Yes, it is possible.
You have multiple possibilities to extract the data from the database [1],
[2], [3], [4], [5].
Than you can use the bean component [6], a processor [7] or the type
converter mechanism [8] to transform the data.
And to write the data into the database, you have the same possibilities as
for reading data.

[9] may is also a good source for you.

[1] http://camel.apache.org/sql-component.html
[2] http://camel.apache.org/jdbc.html
[3] http://camel.apache.org/jpa.html
[4] http://camel.apache.org/ibatis.html
[5] http://camel.apache.org/mybatis.html
[6] http://camel.apache.org/bean.html
[7] http://camel.apache.org/processor.html
[8] http://camel.apache.org/type-converter.html
[9] http://camel.apache.org/etl-example.html

Regards,
Christian

On Fri, Nov 18, 2011 at 8:26 PM, Idriss <doulmakhzo...@gmail.com> wrote:

> Hi all,
>
> I try to extract data from a database and load it in an other database. I
> want to know is there a way to do this with came?
>
> Thank you
>
> Idriss
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/CSV-to-database-tp4435750p5005300.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to