Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
san-r opened this issue Aug 19, 2021 · 1 comment
Open

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

san-r opened this issue Aug 19, 2021 · 1 comment

Comments

@san-r
Copy link

san-r commented Aug 19, 2021

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

@GoodMirek
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants