csvlint
csvlint copied to clipboard
[FEATURE REQUEST] Request to support analysis of gzipped csv files
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
Accepting input from stdin looks more useful and universal to me.