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/27 16:27:00 UTC

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

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

Stephen Olander-Waters closed CSV-238.
--------------------------------------

(y)

> 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
>             Fix For: 1.7
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)