You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stephen Olander-Waters (JIRA)" <ji...@apache.org> on 2019/02/25 20:32:00 UTC

[jira] [Created] (CSV-238) Enable escaping of quotes in CLOBs

Stephen Olander-Waters created CSV-238:
------------------------------------------

             Summary: Enable escaping of quotes in CLOBs
                 Key: CSV-238
                 URL: https://issues.apache.org/jira/browse/CSV-238
             Project: Commons CSV
          Issue Type: Bug
            Reporter: Stephen Olander-Waters


CSV-234 left an issue where CLOBs with embedded quotes were not properly escaped.

Given a CLOB like:
{code:java}
Choose either
"Y" or "N"{code}
It should be transformed to:
{code:java}
Choose either
""Y"" or ""N""{code}
 

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]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)