The combine function concatenates one of more fields or strings together.
combine 'CAT' 'FISH'
combine FIELD1 FIELD2 'TEST' FIELD3
'Delimiter=||\,||,KeepTrailingBlanks=false' combine CHARFIELD1 CHARFIELD2 'TEST' CHARFIELD3
LeftInput cat RightInput
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
Options | Text | Constant | Comma separated list of name-value pairs. Currently support: Delimiter and KeepTrailingBlanks | Yes |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
Field1 | Text | Constant, Field | Text data | No | |
Field2 | Text | Constant, Field | Text data | Yes | |
Field3 | Text | Constant, Field | Text data | Yes |
Type: Text
Concatenated strings