Re: File Poller of CSV

2013-12-30 Thread Henryk Konsek
Hi, > I did try it .. and got on the marshal part: It looks like you are sending String to the CSV marshaller. Am I right? You need to send CSV-friendly data to CSV formatter, like List> or List. BTW Code of csvReportsHandler bean would make answering your question easier :) Cheers. -- Henryk

Re: File Poller of CSV

2013-12-28 Thread keepcl123
(BaseTypeConverterRegistry.java:144) ILS is the first String on the first (and only) csv record -- View this message in context: http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296p5745307.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: File Poller of CSV

2013-12-28 Thread Richard Kettelerij
> > uri="bean:csvReportsHandler?method=doHandleCsvData" /> > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296p5745305.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: File Poller of CSV

2013-12-28 Thread keepcl123
t: http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296p5745305.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: File Poller of CSV

2013-12-28 Thread Richard Kettelerij
he Bean Binding page for more info http://camel.apache.org/bean-binding.html, alos checkout the annotations on http://camel.apache.org/parameter-binding-annotations.html Regards, Richard On Sat, Dec 28, 2013 at 5:40 PM, keepcl123 wrote: > Hi , > > I want to do File Poller of CSV

File Poller of CSV

2013-12-28 Thread keepcl123
Hi , I want to do File Poller of CSV, then unmarshaling.like this: But I also want to get *also *the *file name* in my bean. How do I do this ? Thx -- View this message in context: http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296.html Sent