Dear all,
I'm working on creating a custom Kettle plugin. The plugin calls a stored procedure which returns N result sets and outputs each result set to a different target step. The case of a step with multiple target steps having different metadata is not very usual in Kettle, so I'm having a hard time figuring out what's the best way to implement this. I need a way to tell pentaho that a certain output step will receive rows with a certain metadata and I need the ability to retrieve at runtime the RowSet corresponding to each of my target steps so that I can use the putRowTo() method to send data to the correct steps.
Can anyone suggest or help me on how to achieve this in the custom plugin
Thanks,
Ravinder
I'm working on creating a custom Kettle plugin. The plugin calls a stored procedure which returns N result sets and outputs each result set to a different target step. The case of a step with multiple target steps having different metadata is not very usual in Kettle, so I'm having a hard time figuring out what's the best way to implement this. I need a way to tell pentaho that a certain output step will receive rows with a certain metadata and I need the ability to retrieve at runtime the RowSet corresponding to each of my target steps so that I can use the putRowTo() method to send data to the correct steps.
Can anyone suggest or help me on how to achieve this in the custom plugin
Thanks,
Ravinder