vscode_rainbow_csv
vscode_rainbow_csv copied to clipboard
Query does not work if header size is different to data
If the first line is a header, and it's size is different to the data in the file, I can't execute a query. Sometimes there may be blank fields in the data, and this should not be a blocker.
Regards, Vassilo
Thanks for reporting. It is actually supposed to work when the header has a different size than the data. RBQL doesn't require consistent record sizes, the only limitation is that you won't be able to address a column by its header name if the header doesn't extend to that column. So I couldn't reproduce the issue you are describing. Do you see any particular error or you just run the command and nothing happens?