Actions
Defect #22583
closedCSV import delimiter detection broken
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When uploading a CSV file to import, the delimiter used in the CSV is supposed to be auto-detected.
However, File.read
seems to not be used properly: The third parameter may not be a string.
This is rescued in the block and therefore, the user does not see the error. However, the auto-detection does not work.
Attached is a simple patch that fixes this.
Files
Updated by Go MAEDA over 8 years ago
- Status changed from Needs feedback to New
- Target version changed from Candidate for next minor release to 3.2.2
Thanks for the patch. Setting target version to 3.2.2.
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
Actions