Time for action – creating a simple hello world job
In this tutorial, you will create a very simple job so that you get an idea of what jobs are about.
Although you will now learn how to create a job, for this tutorial you first have to create a transformation.
- Open Spoon.
- Create a new transformation.
- Drag a Generate rows step to the canvas and double-click it.
- Add a
String
value namedmessage
, with the valueHello, World!
. - Click on OK.
- Add a Text file output step and create a hop from the Generate rows step to this new step.
- Double-click the step.
- Type
${LABSOUTPUT}/chapter10/hello
as filename. - In the Fields tab, add the only field in the stream—
message
. - Click on OK.
- Inside the folder where you save your work, create a folder named
transformations
. - Save the ...
Get Pentaho 3.2 Data Integration Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.