Need a example for Camel Bindy

2012-06-20 Thread arep...@hotmail.com
I am new to Camel and Camel Bindy, I am trying to understand Bindy api for parsing flat file. I need a sample code (like a main class) to test Bindy api. I have looked at the documentation and could only find an example with integration camel. -- View this message in context: http://camel.46542

Does Camel Bindy supports text files

2012-06-20 Thread arep...@hotmail.com
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 flat files (.txt) which have pipe separated data. -- View this message in context: http://camel.465427.n5.

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 Sent

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: Need a example for Camel Bindy

2012-06-21 Thread arep...@hotmail.com
Thanks Christian for the references. -- View this message in context: http://camel.465427.n5.nabble.com/Need-a-example-for-Camel-Bindy-tp5714791p5714873.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel - BeanIO integration

2012-07-09 Thread arep...@hotmail.com
It is good to know that Camel 2.10 has integration with BeanIO. I am trying to do an example which reads a file from a location and does the process and writes it to different file. I have written the below route, but I am not sure if it is right. I couldn’t find any documentation for this. Can som