Monday, May 10, 2010

What is Get Variable in Pentaho Kettle

0 comments
image
The Get variable step is used to get access your declared variable’s values, whenever you need a variable value you have declared earlier in your script using Set Variable step what you need to do is drag and drop a Get Variable step and do the followings.
image
  1. Go to the Job Folder drag & drop a Get Variable Step
  2. Nam the value of accessing variable that you can use in other steps
  3. in the second column give the same name of the required variable as you have declared it  in Set Variable Step in below format
  4. ${variable} or %%variable%%
Example:
variable value               ${my_variable as declared in Set Varible}

0 comments: