You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/04/20 07:30:04 UTC

[jira] [Updated] (CAMEL-7519) camel-bindy - CSV unbinding does not escape embedded quote character

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

Claus Ibsen updated CAMEL-7519:
-------------------------------
    Fix Version/s:     (was: Future)
                   2.19.0

> camel-bindy - CSV unbinding does not escape embedded quote character
> --------------------------------------------------------------------
>
>                 Key: CAMEL-7519
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7519
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-bindy
>            Reporter: James Birchfield
>            Assignee: onder sezgin
>             Fix For: 2.19.0
>
>
> If you have String field that contains the same character (String) as the quote character, and quoting is set to true, the embedded character should be escaped.
> val s:String = "\"foo\""
> Bindy will unmarshal to the CSV stream ""foo"","...","...","...",...
> it should be "\"foo\"","...","...","...",...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)