Greg Elliot
Greg Elliot
BTW, thank you for your work on this project. It is VERY cool to see.
I got this working if I quote the fields AND leave the FROM clause in the SQL statement. EG: `textql -header -sql 'select [Column 1] from [input]' input.csv`
I think this issue could be closed with some documentation surrounding these work-arounds.
What about leveraging v8 to help support JSON parsing?
I think this is related to my issue trying to build the client for: https://github.com/SpaceTradersAPI/api-docs/blob/main/reference/SpaceTraders.json References are in the same project. To reproduce I did the following: * git clone...