Targets
Field
Description
Target field name
Name of the hierarchical output field that is generated or modified using the fields from a previous step.
Target hierarchical path
Specify the hierarchical path inside the Target field name field. See Hierarchical data path specifications
Modify action
Specify the action to perform on the Target field name. The modification actions you can perform with this step are:- SET – Sets the Target hierarchical path in the Target field name to the value specified in the Value field name field.
SET_IGNORE_NULL_VALUE - Performs the SET Modify action if the value field is not null.
SET_IF_NULL - Sets the Target hierarchical path to the value specified in the Value field name field if the target hierarchical path of the HDT is null.
UNSET - Unsets the Target hierarchical path in the Target HDT
(before: { hello: null, hello2: 10 }, after: {} )
UNSET_IF_NULL - Unsets the Target hierarchical path if the value stored at the path is null
(before: { hello: null, hello2: 10 }, after: { hello2: 10} )
Value field name
Specify the name for the incoming field name from a previous field name.
Output set path field name
(Optional) Specify the field name of the output path of the field that the step modified or created.
Last updated
Was this helpful?