csvlint icon indicating copy to clipboard operation
csvlint copied to clipboard

[FEATURE REQUEST] Request to support analysis of gzipped csv files

Open san-r opened this issue 3 years ago • 1 comments

csvlint is extremely useful but it only takes uncompressed csv files as input. It would be even more useful if it could take gzipped csv file as input either directly or at least through pipe such as:

gzip -dcq bigCsvFile.csv.gz | csvlint

san-r avatar Aug 19 '21 11:08 san-r

Accepting input from stdin looks more useful and universal to me.

GoodMirek avatar Feb 10 '23 18:02 GoodMirek