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
When trying to upload a CSV file for example, regex will be tested against file type or name. If one of these tests fails, file id rejected.
When the CSV file was generated from Excel for example, file type will not contain CSV and thus file cannot be imported.
The text was updated successfully, but these errors were encountered:
Fix Issue #2 'FileType tests too restrictive for Excel generated CSV …
b9acd60
…files' Signed-off-by: Kvin Nguyen <[email protected]>
No branches or pull requests
When trying to upload a CSV file for example, regex will be tested against file type or name. If one of these tests fails, file id rejected.
When the CSV file was generated from Excel for example, file type will not contain CSV and thus file cannot be imported.
The text was updated successfully, but these errors were encountered: