Provide better error message when import from file doesn't work
GENERAL
TESTING
GENERAL
TESTING
Description
When you import from a file, if the file isn't correct it doesn't give you much help as to what's wrong. It seems like the possibly the parser can provide a better exception?
"Alert: The file you uploaded was not readable. Please check the file is of the correct format, and try again."
CsvException is new as of 3.8 so might not be possible without upgrading via
When you import from a file, if the file isn't correct it doesn't give you much help as to what's wrong. It seems like the possibly the parser can provide a better exception?
"Alert: The file you uploaded was not readable. Please check the file is of the correct format, and try again."
CsvException is new as of 3.8 so might not be possible without upgrading via