Actions
Patch #30412
closedImport UTF-8 issue CSV files with BOM and quoted strings
Description
Importing issue CSV files with UTF-8 encoding, a BOM and quoted strings is currently not possible. The internal error is CSV::MalformedCSVError: Illegal quoting in line 1.
I will provide a patch with a failing test.
Files
Updated by Felix Schäfer almost 6 years ago
Please note that the UTF-8 with BOM and quoted strings is the style of files Redmine uses for exports when exporting as UTF-8, which means CSV files from a Redmine currently cannot be imported to a Redmine again.
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.
Actions