Added by Matt Casters, last edited by Matt Casters on Jul 10, 2008

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Description

This step allows you to get the value of a variable. This step can return rows or add values to input rows.

Note: You must specify the complete variable specification in the format ${variable}
or %%variable%% (as described in Variables) . That means you can also enter complete strings in the variable column, not just a variable.

For example, you can specify: ${java.io.tmpdir}/kettle/tempfile.txt and it will be expanded to /tmp/kettle/tempfile.txt on Unix-like systems.

See also the Set Variable step

See also Add Constants step.

To convert the Variable into a data type other than String use Select Values - Meta Data tab.

Comment: Posted by Kaj Kandler at Nov 11, 2008 08:41

To get system values, including command line arguments, use the Get System Info step.

Comment: Posted by David Beasley at Feb 03, 2009 09:23