 powerhealthsolutions
|
When I export rows coming from the database that contain newline characters, the CSV file contains something like this:
Name,Description,AccountType,AccountRangeStart,AccountRangeEnd
test,”line1
line2″,E,10,10
When I import this using your library, it does not recognize the row should be continued on the next line.
Is there a suggested solution to this?
Regards
|
 Dele Taylor
|
Hi,
You can read the file in by first calling setAllowMultiLineText(true) on your CSVReader.
Cheers,
Dele
|
 nick c
|
Hi,
What if we are using a validating reader to read a CSV file?
Regards,
Nick
|