Question

Is it possible for a step or transformation in Pentaho Data Integration to call itself, passing the results of the previous call as parameters/variables?

My first thought was to create a loop in a transformation, but they don't seem to be allowed...

Was it helpful?

Solution

If you're wanting to do this at the transformation level then take a look at the sub mapping step.

Of course, there is no loops as you describe, but you can always simulate one with a generate rows.

Alternatively you'd be best to ask this question on the Kettle forums (forums.pentaho.org) as there are very few kettle dev folk on here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top