The Kettle actions allow for the execution ETL operations within your action sequence using the Kettle open source ETL tool. Supported operations include the execution of Kettle ETL transformation and Kettle jobs. For further information on Kettle refer to http://kettle.pentaho.org.
Kettle Transformation
Executes a Kettle transformation and saves the resulting data into an output result set.
Component Name: KettleComponent
Inputs:
REQUIRED
Transformation Step - The step in the transformation from which to retrieve data.
OPTIONAL
Transformation Inputs __-- Allows for the inclusion of miscellaneous inputs to the Kettle transformation.
Outputs:
Output Name - The name of the result set containing the data from executing the Kettle transformation.
Resources:
REQUIRED
Transformation File -- The kettle transformation file that is be executed.
Kettle Job
Executes a Kettle Job.
Component Name: KettleComponent
Inputs:
OPTIONAL
Job Inputs -- Allows for the inclusion of miscellaneous inputs miscellaneous inputs to the Kettle job.
Resources:
REQUIRED
Job File - The Kettle job file to be executed.