The problem I’m having is with boolean type (B). The boolean values in my csv file are either “false” or “true”, and they are not parsed correctly such that all of them are set to 0 in rawtab. How do I change this csvutil.q file to make it parse this boolean values correctly? I tried some things but didn’t work. Any help appreciated
Problem is that although this example is simple, in my table there are close to 50 columns and 15 boolean columns, so doing it this way is cumbersome. I’ve to change the parser to get this done efficiently.