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
(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.
>
> 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.
>
t:
http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296p5745305.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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