>> 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
; .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.
>
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
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
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
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.
>>
>
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.
.nabble.com/Does-Camel-Bindy-supports-text-files-tp5714792.html
Sent from the Camel - Users mailing list archive at Nabble.com.