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
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:
Detecting that the uploaded file is of a supported compressed type
Decompressing the file
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: