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

Support for zip files #14

Open
ShadenSmith opened this issue Dec 20, 2017 · 1 comment
Open

Support for zip files #14

ShadenSmith opened this issue Dec 20, 2017 · 1 comment

Comments

@ShadenSmith
Copy link
Contributor

We already support gzipped (.gz) and bzipped (.bz2) CSV files. Supporting zipped files (.zip) is a natural next step.

Should we support a zipped collection of files? That is more convenient, but raises questions directory traversal (e.g., do we select all .csv files or only top-level ones?).

@ShadenSmith
Copy link
Contributor Author

This should only require modification to tensor_parser.csv_parser.open_file() unless we add directory logic?

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

No branches or pull requests

1 participant