mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.49k stars 65 forks source link

Support compressed files. #81

Open mithrandie opened 1 year ago

mithrandie commented 1 year ago

From Discussions 73

Load data directly from compressed files.

$ csvq 'select * from `data.csv.gzip`'

Compressed files will be read-only and not updatable.

redongh commented 1 year ago

Nowadays I increasingly use zstd for logs and csv/tsv files and would really like to see that bring supported in csvq.