You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: