Patch #30412
Import UTF-8 issue CSV files with BOM and quoted strings
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Importers | |||
Target version: | 3.4.8 |
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.
Associated revisions
Import UTF-8 issue CSV files with BOM and quoted strings (#30412).
Patch by Felix Schäfer.
History
#1
Updated by Felix Schäfer about 2 years ago
- File 30412.patch
added
#2
Updated by Felix Schäfer about 2 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.
#3
Updated by Go MAEDA about 2 years ago
- Target version set to 3.4.8
#4
Updated by Go MAEDA about 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.