vscode_rainbow_csv icon indicating copy to clipboard operation
vscode_rainbow_csv copied to clipboard

Query does not work if header size is different to data

Open vwalluschnig opened this issue 9 months ago • 1 comments

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

vwalluschnig avatar Apr 04 '25 11:04 vwalluschnig

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?

mechatroner avatar Apr 10 '25 02:04 mechatroner