Hi
Charles
Great have you also tested when the field is empty? eg its just "".
On Tue, Jun 15, 2010 at 11:06 AM, cmoulliard wrote:
>
> I have committed a modification in camel bindy to be able to work with ",".
> that means that we use as separator the double quotes --> '","'
>
> See test class
I have committed a modification in camel bindy to be able to work with ",".
that means that we use as separator the double quotes --> '","'
See test class
https://svn.apache.org/repos/asf/camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/BindyDoubleQuotesCsvU
Do you want also that the CSV generated contain double quotes like
""," " ?
KR,
charles
Claus Ibsen-2 wrote:
>
> Hi
>
> On Tue, May 4, 2010 at 8:57 AM, Attilio Donà
> wrote:
>>
>> Hi all,
>>
>> I've to read a csv file and I want use camel to do this. Camel bindy
>> seems
>> to me tha
On Tue, May 4, 2010 at 5:19 PM, Claus Ibsen wrote:
> Hi
>
> On Tue, May 4, 2010 at 8:57 AM, Attilio Donà wrote:
>>
>> Hi all,
>>
>> 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
Hi
On Tue, May 4, 2010 at 8:57 AM, Attilio Donà wrote:
>
> Hi all,
>
> 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:
>
> "contains, comma", "another fi
Excuse me, I reply only for correcting the first message format.
Attilio
Attilio Donà wrote:
>
> Hi all,
>
> 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 qu
Hi all,
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:
"contains, comma", "another field"
So the adopted solution is camel-csv.
Using camel-csv to parse