For sure that camel-bindy supports also a text file where the separator is a pipe.
Here is an example

*case 3 : separator = '|'*

Compare to the previous case, the separator here is '|' instead of ';' :

10| J| Pauline| M| XD12345678| Fortis Dynamic 15/15| 2500| USD| 08-01-2009

@CsvRecord( separator ="\\|"  )
public  Class  Order {
...
}



Regards,

Charles
Apache Committer




On 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 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.

Reply via email to