Skip to content

Fix CSV import exception for multiline quoted field values#641

Merged
fjalvingh merged 1 commit intoskarp-masterfrom
multiline-import
Apr 24, 2026
Merged

Fix CSV import exception for multiline quoted field values#641
fjalvingh merged 1 commit intoskarp-masterfrom
multiline-import

Conversation

@milosilic
Copy link
Copy Markdown
Collaborator

@milosilic milosilic commented Apr 21, 2026

Enable multiline support in CsvRowReader when importing CSV files through Importers.createImporter(). Previously, CSV files containing newline characters inside quoted fields (valid per RFC 4180) would throw an ImportValueException with "newline inside quoted field and multiline import not enabled".

https://skarp-sector-intelligence.monday.com/boards/1096296372/pulses/11638249542

https://skarp-sector-intelligence.monday.com/boards/1096296372/pulses/11639299454

Enable multiLine() and doubleQuotes() support in CsvRowReader when
importing CSV files through Importers.createImporter(). These are
standard RFC 4180 CSV features that were not enabled.
Previously, CSV files containing newline characters inside quoted
fields would throw an ImportValueException with "newline inside
quoted field and multiline import not enabled". CSV files containing
escaped double quotes ("") inside fields would throw "expecting
the field separator here but got \"".
This affected all data source types using the shared ImportDialog
(Bryder, Empire, DB, etc.) as well as BryderImportDialog.
https://skarp-sector-intelligence.monday.com/boards/1096296372/pulses/11638249542
https://skarp-sector-intelligence.monday.com/boards/1096296372/pulses/11639299454
@fjalvingh fjalvingh merged commit 7e9a167 into skarp-master Apr 24, 2026
3 checks passed
@fjalvingh fjalvingh deleted the multiline-import branch April 24, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants