Hi ,

I want to do File Poller of CSV, then unmarshaling.like this:
<route>
        
        <from
uri="file:///some/path/to/pickup/csvfiles?delete=true&amp;consumer.delay=10000"
/>
        <unmarshal><csv /></unmarshal>
        <to uri="bean:myCsvHandler?method=doHandleCsvData" />
</route>

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 from the Camel - Users mailing list archive at Nabble.com.

Reply via email to