Re: Does Camel Bindy supports text files

2012-06-22 Thread Henryk Konsek
>> I need to process a text file (.txt). So @CsvRecord works for both .txt and >> .csv files ? Whenever you talk about processing CSV file and don't mention Stream [1] component, a unicorn dies. :) CsvDataFormat csv = new CsvDataFormat(); csv.setDelimiter("|"); // Record represented as List goes

Re: Does Camel Bindy supports text files

2012-06-21 Thread Charles Moulliard
; .csv files ? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792p5714867.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Does Camel Bindy supports text files

2012-06-21 Thread arep...@hotmail.com
Yes, even I did some research on beanIO and thought it is a good option for flat file processing. It is good to know that comes with camel. -- View this message in context: http://camel.465427.n5.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792p5714869.html Sent from the Camel - Users

Re: Does Camel Bindy supports text files

2012-06-21 Thread arep...@hotmail.com
Thanks Charles. In the sample code below, it says @CsvRecord, but in my case I need to process a text file (.txt). So @CsvRecord works for both .txt and .csv files ? -- View this message in context: http://camel.465427.n5.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792p5714867.html

Re: Does Camel Bindy supports text files

2012-06-20 Thread Claus Ibsen
21/06/12 01:28, arep...@hotmail.com wrote: >> >> Does camel Bindy supports text file (text file) processing. I am looking >> the >> documentation and I see the annotations only for CSV file and fixed length >> files. >> >> In my case, I need to process fl

Re: Does Camel Bindy supports text files

2012-06-20 Thread Christian Müller
he annotations only for CSV file and fixed length >> files. >> >> In my case, I need to process flat files (.txt) which have pipe separated >> data. >> >> >> -- >> View this message in context: http://camel.465427.n5.nabble.** >> com/Does-Camel-Bindy-supports-**text-files-tp5714792.html<http://camel.465427.n5.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792.html> >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >

Re: Does Camel Bindy supports text files

2012-06-20 Thread Charles Moulliard
CSV file and fixed length files. In my case, I need to process flat files (.txt) which have pipe separated data. -- View this message in context: http://camel.465427.n5.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792.html Sent from the Camel - Users mailing list archive at Nabble.com.

Does Camel Bindy supports text files

2012-06-20 Thread arep...@hotmail.com
.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792.html Sent from the Camel - Users mailing list archive at Nabble.com.