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
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
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