mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

RBQL - column names stop at 102th #49

Open masebu opened 4 months ago

masebu commented 4 months ago

Hi,

I have some csv files with more that 100 columns and I found amusing that RBQL stops displaying column names after the 101st ! As far as I can tell, it's only a display problem; autocomplete also fails to propose names for columns 102 and up. image

I made a test file to make sure it wasn't related to my original file, same behavior. test.csv

I was still able to query successfully with the actual name of the column, so that's low priority.