The Concat Fields operator concatenates existing fields by using delimiters to generate new fields.
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
Output field name |
Name of a field generated after concatenation. |
string |
Yes |
None |
Delimiter |
Concatenation character. The value can be blank. |
string |
No |
Empty string |
Fields to be merged |
Names of fields to be concatenated. field name must be set to the names of fields generated in the previous conversion step. Multiple field names can be added. |
map |
Yes |
None |
Use the CSV File Input operator to generate fields A, B, and C.
The following figure shows the source file.
Configure the Concat Fields operator, set Delimiter to blank space, and generate field D.
After concatenation, fields A, B, C, and D are generated, as shown in the following figure.