We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow gzipped CSV input file uploads and processing, including reading the header out of them.
The text was updated successfully, but these errors were encountered:
See if seek can be done inside a zip file to find header in api.py and if so, allow zip file uploads. Try something like $ gzcat Downloads/2fieldsblank-eb899df3-5e6f-4e17-9606-3101f8b26aba.csv.gz | head -n 1 from https://unix.stackexchange.com/questions/452011/read-first-line-from-gz-compressed-file-without-decompressing-entire-file
Sorry, something went wrong.
No branches or pull requests
Allow gzipped CSV input file uploads and processing, including reading the header out of them.
The text was updated successfully, but these errors were encountered: