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

Add zip extracting if file is zipped. #5

Open
cimentadaj opened this issue Nov 5, 2018 · 0 comments
Open

Add zip extracting if file is zipped. #5

cimentadaj opened this issue Nov 5, 2018 · 0 comments

Comments

@cimentadaj
Copy link
Collaborator

If the the file we're reading is a zip file, we could add an unzipping stage and then just apply the regular reading pipeline for the files inside the zip (if it's a permitted format, then we read, etc..). However, this is trickier because if it's not readable, we always return the attempted URL that failed but this would not have a URL because it's already downloaded.

Something to think about.

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

1 participant