querycsv-redux
querycsv-redux copied to clipboard
Execute SQL on CSV files
Downloading and importing the module works fine. When I try and run it, no matter what arguments I use (`-i`, `-o`, etc.), I get an error that says `name '[whatever...
I got the following exception trace when doing: ``` ./querycsv.py -i injectorLog-23894-eager.csv -o failures-23894-eager.log "SELECT * FROM injectorLog-23894-eager WHERE status == \\"FAILURE\\"" ``` ``` Traceback (most recent call last): File...
> if you have a cell with a , in it this will introduce a bug with a mismatch between # of values and # of columns. Ref: https://github.com/kdeloach/querycsv-redux/commit/feb7a8015ef3cea6fa978ea15bb467f65f91cc69#commitcomment-12869443