[ 
https://issues.apache.org/jira/browse/CAMEL-7519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976278#comment-15976278
 ] 

ASF GitHub Bot commented on CAMEL-7519:
---------------------------------------

Github user onders86 closed the pull request at:

    https://github.com/apache/camel/pull/1640


> 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)

Reply via email to