Concatenate Columns
Creates a string concatenation of the values in the given table columns separated by the given character(s), and returns the results in a new table column. The column names are specified as a semicolon-separated string. The separator can be a single character such as . or / but it can also be a string such as and.
Arguments
This function has the following arguments:
Table: Table whose column values are to be concatenated
Names of Columns to Concatenate: Columns whose values are to be concatenated
Separating Character(s): Separator character, such as
. or
/, or separator string, such as
and Result Column Name: Name of the result column
This function returns a table.