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

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

GitHub user onders86 opened a pull request:

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

    CAMEL-7519 - new option quotingEscaped added for marshalling/unmarsha…

    …lling with escape char and fix some typo

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/onders86/camel CAMEL-7519

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1640
    
----
commit dea74cc06c6aca27102c8e4dfa0c3b5737892756
Author: onders86 <ondersez...@gmail.com>
Date:   2017-04-19T11:34:05Z

    CAMEL-7519 - new option quotingEscaped added for marshalling/unmarshalling 
with escape char and fix some typo

----


> 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: 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.15#6346)

Reply via email to