tSetGlobalVar Standard properties
These properties are used to configure tSetGlobalVar running in the Standard Job framework.
The Standard tSetGlobalVar component belongs to the Custom Code family.
The component in this framework is available in all Talend products.
Basic settings
Variables |
This table contains two columns. Key: Name of the variable to be called in the code. Value: Value assigned to this variable. |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level as well as at each component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it. For further information about variables, see Talend Studio User Guide. |
Usage
Usage rule |
This component is generally used as a one-component subJob. |
Limitation |
Knowledge of Java language is required. |