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 2015/03/21 11:42:48 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:
-------------------------------
    Summary: camel-bindy - CSV unbinding does not escape embedded quote character  (was: CSV unbinding does not escape embedded quote character)

> 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
>             Fix For: Future
>
>
> 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.4#6332)