Re: Camel-csv 2.2.0: reading a single line csv file

2010-06-15 Thread Claus Ibsen
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

Re: Camel-csv 2.2.0: reading a single line csv file

2010-06-15 Thread cmoulliard
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

Re: Camel-csv 2.2.0: reading a single line csv file

2010-06-11 Thread cmoulliard
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

Re: Camel-csv 2.2.0: reading a single line csv file

2010-05-04 Thread Claus Ibsen
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

Re: Camel-csv 2.2.0: reading a single line csv file

2010-05-04 Thread Claus Ibsen
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

Re: Camel-csv 2.2.0: reading a single line csv file

2010-05-04 Thread Attilio Donà
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

Camel-csv 2.2.0: reading a single line csv file

2010-05-03 Thread Attilio Donà
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