Recursive calls in Pentaho Data Integration
Is it possible for a step or trans开发者_开发百科formation 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...
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.
精彩评论