Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
CSV-234 left an issue where CLOBs with embedded quotes were not properly escaped.
Given a CLOB like:
Choose either "Y" or "N"
It should be transformed to:
Choose either ""Y"" or ""N""
This patch will fix it (the bad coverage report is from unrelated code pushed to master this past weekend)
https://github.com/apache/commons-csv/pull/39
Attachments
Issue Links
- links to