Documentation - RestApp

Concat

Definition

Returns the concatenation of the 2 operands.

Parameters

  1. Column output:

    • Def: Specify the name of the column.
  2. Operand 1:

    • Def: Specify if the Operand 1 is column or constant, and specify the columnName if column/ value if constant.
  3. Operand 2:

    • Def: Specify if the Operand 2 is column or constant, and specify the columnName if column/ value if constant.
  4. Separator:

    • Def: Specify the element to separate Operand 1 and Operand 2.