Data Integration
- Data Integration
- All Products
:fld.{input_group_name.field_name}.field_name
Syntax part
| Description
|
---|---|
.fld.
| Denotes the Hierarchy Processor transformation expression syntax.
|
input_group_name
| Name of the input group or dataset.
|
field_name
| Name of the field, including the full path name if it's not a top-level field.
If any field is of the type array, include the array name. If an array is primitive and has no array name, use
elem as the array name.
For fields within a struct or an array, the actual field name is specified outside of the closing brace.
|
.field_name
| Include the field_name portion only when referencing a field within a struct or an array. Follow these guidelines:
|