Hi

Besides Bindy there is other Camel components for flat files parsing.
http://camel.apache.org/data-format.html

One of the projects I think seems to be very compelling is the new
beanio coming in the new Camel 2.10 release (out later this month)
http://camel.apache.org/beanio.html



On Thu, Jun 21, 2012 at 8:23 AM, Charles Moulliard <cmoulli...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to