[
https://issues.apache.org/jira/browse/CAMEL-10110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357838#comment-15357838
]
Arno Noordover edited comment on CAMEL-10110 at 6/30/16 8:55 PM:
-----------------------------------------------------------------
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
Can you provide more information so we might be able to reproduce your issue.
was (Author: anoordover):
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)