[
https://issues.apache.org/activemq/browse/CAMEL-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charles Moulliard resolved CAMEL-2691.
--------------------------------------
Resolution: Fixed
Revision: 954769
Author: cmoulliard
Date: 11:03:15, Dënschdeg 15 Juni 2010
Message:
CAMEL-2691 : Add support for parsing CSV where separator contains simple or
double quotes with a , or ; or anything else as separator
----
Modified :
/camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/csv/BindyCsvDataFormat.java
Added :
/camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/BindyDoubleQuotesCsvUnmarshallTest.java
Added :
/camel/trunk/components/camel-bindy/src/test/resources/org/apache/camel/dataformat/bindy/csv/BindyDoubleQuotesCsvUnmarshallTest-context.xml
> 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.