/
Set Variable directive
Set Variable directive
The SET-VARIABLE directive increments the value of the variable that is local to the input record being processed.
Syntax
set-variable variable exp:{<condition>}
The variable
is set by the result of <condition>
.
Usage Notes
This directive is applied only within the scope of the record being processed. The transient state is reset, once the system starts the processing of the new record.
, multiple selections available,
Related content
Send to Error and continue processing directive
Send to Error and continue processing directive
More like this
Using Variables in Condition Expressions
Using Variables in Condition Expressions
More like this
Directives
Directives
Read with this
Increment variable directive
Increment variable directive
More like this
Wrangler Transformation
Wrangler Transformation
Read with this
Set Column directive
Set Column directive
More like this
Created in 2020 by Google Inc.