Actions
Feature #34762
closedDisplay more detailed error message when attempting to import malformed CSV file
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Currently, the error message when attempting to import a malformed CSV file is too simple, just says "The file is not a CSV file or does not match the settings below". So it is difficult to identify problems with the CSV file.
The attached patch adds an exception message from Ruby's CSV class. It makes it much easier to debug the cause of importing error.
Files
Actions