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

[jira] [Updated] (CSV-238) Escape quotes in CLOBs

     [ https://issues.apache.org/jira/browse/CSV-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated CSV-238:
-----------------------------
    Summary: Escape quotes in CLOBs  (was: Enable escaping of quotes in CLOBs)

> Escape 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
>            Priority: Minor
>              Labels: pull-request-available
>
> 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)