You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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