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

Handle zipped uploads #55

Open
simonhamp opened this issue Mar 4, 2023 · 0 comments
Open

Handle zipped uploads #55

simonhamp opened this issue Mar 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@simonhamp
Copy link
Owner

It would be great if CSV Import could handle zipped (.gz, .zip) files.

This would allow for larger CSV files to be uploaded as they're typically much smaller when compressed.

It would also open the door to uploading batches of files.

For the first pass, where the only file in the compressed file is the target upload:

  1. Detecting that the uploaded file is of a supported compressed type
  2. Decompressing the file
  3. Reading the uncompressed file

Later, we could handle compressed files that contain multiple target files, but first we will probably need to build multi-file handling into other parts of the process.

@simonhamp simonhamp added the enhancement New feature or request label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant