Description
To reproduce:
- make a csv file that contains a value with a backslash in a value, eg. A\.B (which will happen if you're trying to put serialized document references in the values)
- when read by the importer, the read value will be A.B
The read value should be the one from the CSV, A\.B.
Attachments
Issue Links
- relates to
-
BATCHIMP-17 Use version > 3.9 of OpenCSV
- Closed
Activity
CSV import is using not correctly reading the backslashes from the file
Description
To reproduce:
- make a csv file that contains a value with a backslash in a value, eg. A\.B (which will happen if you're trying to put serialized document references in the values)
- when read by the importer, the read value will be A.B
The read value should be the one from the CSV, A\.B.
Attachments
Issue Links
- relates to
-
BATCHIMP-17 Use version > 3.9 of OpenCSV
- Closed