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

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

2013-07-17 Thread Claus Ibsen
irst_name` varchar(45) CHARACTER SET latin1 NOT NULL, > `last_name` varchar(45) CHARACTER SET latin1 DEFAULT NULL, > `email` varchar(45) CHARACTER SET latin1 NOT NULL, > `active` bit(1) DEFAULT b'1', > PRIMARY KEY (`id`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8$$ > >

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

2013-07-17 Thread vs.souza
s message in context: http://camel.465427.n5.nabble.com/problem-processing-CSV-to-Database-camel-csv-and-camel-sql-tp5735821.html Sent from the Camel - Users mailing list archive at Nabble.com.