Hello Claus,
This was exactly what I needed
Thank you so much
Christian
On Tue, Nov 14, 2017 at 12:05 PM, Claus Ibsen wrote:
> On Tue, Nov 14, 2017 at 11:53 AM, Christian Stark
> wrote:
> > Thanks Claus
> >
> > I found the following example very helpful.
> > The SQL returns multiple rows an
On Tue, Nov 14, 2017 at 11:53 AM, Christian Stark wrote:
> Thanks Claus
>
> I found the following example very helpful.
> The SQL returns multiple rows and I need to map the Columns to other
> Objects.
>
> http://www.javarticles.com/2015/07/apache-camel-jdbc-select-example.html
>
>
> The only thin
Thanks Claus
I found the following example very helpful.
The SQL returns multiple rows and I need to map the Columns to other
Objects.
http://www.javarticles.com/2015/07/apache-camel-jdbc-select-example.html
The only thing I need to find out is how to reuse the Output of my
Transformer Class as
Hi
If the 1st query return only 1 row, then you can set outputType=SelectOne
Then the returned value is a Map
Then you can use the column names as-is in the 2nd query
See the docs at
https://github.com/apache/camel/blob/master/components/camel-sql/src/main/docs/sql-component.adoc
On Mon, Nov 13