Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C4089404 for ; Fri, 18 Nov 2011 22:10:28 +0000 (UTC) Received: (qmail 2343 invoked by uid 500); 18 Nov 2011 22:10:27 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 2313 invoked by uid 500); 18 Nov 2011 22:10:27 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 2305 invoked by uid 99); 18 Nov 2011 22:10:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:10:27 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:10:22 +0000 Received: by vbbfr13 with SMTP id fr13so777559vbb.32 for ; Fri, 18 Nov 2011 14:10:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=W/tjFcpALOrYsER0tBxarpJbxAuSoNoaeX/s1JN3lnU=; b=QQd0LWeR+H8BTX6aoEZL6ybw2InXfPz/VOcv1LHH579+KmrBGIB4mYCSICCGvggJTo 4XF76t2piB8TGrqw3a8kU5SNQ+GBnfx/FCadx5VNh5ZVQp1EmtJ8tVdgMldjag4PZsBR ecGxJBlJOqDttCruCo7lJWTbSBmu0Nwfo2BnQ= MIME-Version: 1.0 Received: by 10.224.217.131 with SMTP id hm3mr2289135qab.81.1321654201330; Fri, 18 Nov 2011 14:10:01 -0800 (PST) Received: by 10.224.127.201 with HTTP; Fri, 18 Nov 2011 14:10:01 -0800 (PST) In-Reply-To: <1321644405924-5005300.post@n5.nabble.com> References: <1306613980955-4435750.post@n5.nabble.com> <1306668145209-4436846.post@n5.nabble.com> <1306675333886-4437055.post@n5.nabble.com> <1321644405924-5005300.post@n5.nabble.com> Date: Fri, 18 Nov 2011 23:10:01 +0100 Message-ID: Subject: Re: CSV to database From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=20cf300faf9b2fadda04b2099931 --20cf300faf9b2fadda04b2099931 Content-Type: text/plain; charset=ISO-8859-1 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 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. > --20cf300faf9b2fadda04b2099931--