aswinkarthik / csvdiff

A fast diff tool for comparing csv files
https://aswinkarthik.github.io/csvdiff/
MIT License
532 stars 57 forks source link

Feature Request: support gzip CSV files #59

Open TekTimmy opened 1 year ago

TekTimmy commented 1 year ago

Is your feature request related to a problem? Please describe. I have very large CSV files which are compressed using gzip

Describe the solution you'd like I would like csvdiff to be able to read the gzip file directly without having to uncompress the files. This spares time and storage.

Describe alternatives you've considered unzip the file before using csvdiff