Text File Output

Steel Wheels wants to send out a survey to its customers, based on a list of questions.

In this Lab, you will configure the following steps:

• Get System Info

• User Defined Java Expression

• Data Grid

• Append

• Select Values

• Text File Output

To create a new transformation

  1. In Spoon, click File > New > Transformation:

Any one of these actions opens a new Transformation tab for you to begin designing your transformation.

  • By clicking New, then Transformation

  • By using the CTRL-N hot key

The Get System Info step retrieves information from the Kettle environment. This step generates a single row with the fields containing the requested information. It also accepts input rows. The selected values are added to the rows found in the input stream(s).

We will use this step to input the Customer Name as an argument.

  1. Drag the ‘Get System Info’ onto the canvas:

  2. Double-click on the step, and configure the following properties:

  1. Click OK.

Last updated