[
https://issues.apache.org/activemq/browse/CAMEL-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60059#action_60059
]
Charles Moulliard commented on CAMEL-2691:
------------------------------------------
Hi,
I will do the following modification. When the length of the separator will be
> than 1, I will assume that we use quote, double quotes separator with a , or
; or anything else in between. In this case, the string.split method will
extract all the line tokens and I will remove the first and last character of
the line.
> Bindy - Add support for parsing CSV which have fields with commas
> -----------------------------------------------------------------
>
> Key: CAMEL-2691
> URL: https://issues.apache.org/activemq/browse/CAMEL-2691
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-bindy
> Affects Versions: 2.0.0, 2.1.0, 2.2.0
> Reporter: Claus Ibsen
> Assignee: Charles Moulliard
> Fix For: 2.4.0
>
>
> I've to read a csv file and I want use camel to do this. Camel bindy seems
> to me that doesn't know the csv convention that a field separator can be a
> character field using double quotes:
> {code}
> "contains, comma", "another field"
> {code}
> See nabble
> http://old.nabble.com/Camel-csv-2.2.0%3A-reading-a-single-line-csv-file-ts28443740.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.