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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: