prepend

The Prepend compute allow to concatenate a value at the beginning of all the lines in a selected column. The value can be a number, or a reference to another column of the same table, using the ‘$’ character followed by the column number. Since the data is converted from a CSV to a Table, you can add columns by adding ‘;’ characters using the append.

connector:
  # ...
beforeAll: # <object>
  <sourceKey>: # <source-object>

monitors:
  <monitorType>: # <object>
    <job>: # <object>
      sources: # <object>
        <sourceKey>: # <source-object>
          computes: # <compute-object-array>
          - type: prepend
            column: # <number>
            value: # <string>
No results.