Documentation - RestApp

Left Pad

Definition

Returns the concatenation of string and column input, to a certain length. The column input is concatenate at the end of the new string.

Options

  1. Column input:

    • Def : Specify the name of the column.
  2. length:

    • Def: Specify the length of the column output.
  3. string:

    • Def: Specify the string to concatenate.
  4. Column output:

    • Def: Specify the name of the column.