Re: Unmarshall CSV to Map>

2013-03-12 Thread Joe San
Thanks for the email replies. I will take a look at the CSV component and try to see if that fits what I want. If not, I will come back with my questions. Regards, Joe On Mon, Mar 11, 2013 at 9:53 PM, Christian Müller < christian.muel...@gmail.com> wrote: > Did you checked the csv, beanio or bi

Re: Unmarshall CSV to Map>

2013-03-11 Thread Christian Müller
Did you checked the csv, beanio or bindy component? Instead of a converter, you can also implement a Processor or bean. Best, Christian On Mon, Mar 11, 2013 at 9:52 AM, Joe San wrote: > Camel Users, > > Is there a way to convert the body to a Map of a Map without needing to > write a custom con

Unmarshall CSV to Map>

2013-03-11 Thread Joe San
Camel Users, Is there a way to convert the body to a Map of a Map without needing to write a custom converter? The body comes from a CSV file with comma as the delimitter. The CSV contains 5 fields and out of that five fields, I want to pick 3 of them and create the Map of Map structure. Any sugge