You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Arno Noordover (JIRA)" <ji...@apache.org> on 2016/06/30 20:54:10 UTC

[jira] [Commented] (CAMEL-10110) Marshaling using CSV will insert escape char in header if using a pipe as separator

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

Arno Noordover commented on CAMEL-10110:
----------------------------------------

I don't understand that this can fail in your version. Looking at github I see a unittest that should fail according to your description (I think).
See https://github.com/apache/camel/blob/camel-2.15.2/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/BindyPipeDelimiterTest.java


> Marshaling using CSV will insert escape char in header if using a pipe as separator
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-10110
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10110
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.15.2
>         Environment: Windows
>            Reporter: Tony Landicho
>            Priority: Minor
>
> This was an old bug that was supposedly resolved, but with version:2.15.2, the bug remains. The escape characters are still added into the Header Columns when marshaling back the object. 
> e.g. 
> Separator = \ \ |
> Output: 
> Header 1 \ | Header2 \ |...
> Pls. advise when we can expect the fix.
> Thanks.
> Reply



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)