You are viewing the documentation for version 8.0 of DSS.
Concatenate columns
This processor concatenates several columns using a delimiter string.
It produces a single output column.
Example
- Input data:
col1 = myval
col2 = myother
- Columns to concatenate: col1, col2
- Delimiter:
--
- Output column: joincol
- Result:
joincol = myval--myother