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
Updated by Go MAEDA over 3 years ago
- Target version set to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch.
Actions