Concatenate columns

Concatenate values across columns using a delimiter string and produce a single output.

Example

If col1=myval, col2=myother, and the delimiter is . , the concatenated output is myval.myother.

Options

Columns to concatenate

List the columns to concatenate.

Delimiter to use

The delimiter separates values from each input column within the output.

Output column

Column containing the concatenated values.