December 2017
Beginner to intermediate
500 pages
12h 10m
English
Besides the use of named parameters, there is another way to provide external values to a Transformation: command-line arguments, that is, arguments that you supply in the command line when you run Pan or Kitchen. In this section, you will learn how to implement the use of command-line arguments in Spoon and how to provide the values in Spoon and also when running Pan.
First, let's create a new version of the Hello World Transformation that we created in Chapter 1, Getting Started with Pentaho Data Integration. The purpose of the Transformation is to read your name from the command line and then write it to the log:
Read now
Unlock full access