textql
textql copied to clipboard
Execute SQL against structured text like CSV or TSV
Not urgent, but I was writing a query to check a CSV for duplicate rows and realized it might be nice to have a flag for returning an exit status....
I would like to donate to you or your favorite charity to help encourage a new feature: Unicode separated values (USV) which uses Unicode unit separator U+241F and Unicode record...
I'm getting this error because I'm trying to insert around 2000 columns. Which is within the default limit for sqlite3. I noticed that this is because the maximum number of...
there seems to be no way of adding an escape character to a string. simply putting the \ in the string breaks it.
Is there a way I can use two textql commands to import different logs in to the same database? Using the -save-to paramater on a second command will over-write the...
It will definitely make it easier to users to try this tool.
Hi, a couple of suggestions. It looks like on ubuntu, textql is easily installable via 'sudo apt install textql' Why not list that on the main page, next to 'brew...
not sure if you're interested, but kingpin is great compared to flags pkg
Hi, when I run `go get -u github.com/dinedal/textql/...` I have package context: unrecognized import path "context" (import path does not begin with hostname) I have Ubuntu 16.04.3 LTS. Thank you
On this website there is some csv files that I downloaded to test textql (the first one) [https://support.spatialkey.com/spatialkey-sample-csv-data/](https://support.spatialkey.com/spatialkey-sample-csv-data/) when I run `textql -sql "select count(*) from sample_data" FL_insurance_sample.csv` I get...