Re: problem processing CSV to Database (camel-csv and camel-sql)

2013-07-18 Thread vs.souza
Hello Claus... thank you very much. That worked like a charm. My best regards. Vinícius. -- View this message in context: http://camel.465427.n5.nabble.com/problem-processing-CSV-to-Database-camel-csv-and-camel-sql-tp5735821p5735852.html Sent from the Camel - Users mailing list archive at N

Re: problem processing CSV to Database (camel-csv and camel-sql)

2013-07-17 Thread Claus Ibsen
Hi I think CSV unmarshal to a List so you would need to turn that into a Map. ${body[0]} On Thu, Jul 18, 2013 at 2:24 AM, vs.souza wrote: > Hello guys, > > I built the following camel route using spring dsl: > > U