Skip to main content

Append CSV

Appends a data table to the end of a CSV file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • File Path - Path to the CSV file to which the table will be appended.
  • Table - Table to be appended to the CSV file.

Options

  • Separator - Separator character used in the CSV file. Default value is comma.

  • Append with Encoding - Encoding with which the CSV file will be appended. Default value is utf8.

    Values:

    • UTF-8
    • UTF-16
    • Windows 1250
    • Windows 1251
    • Windows 1252
    • Windows 1253
    • Windows 1254
    • Windows 1255
    • Windows 1256
    • Windows 1257
    • Windows 1258
    • ISO 8859-1
    • ISO 8859-2
    • ISO 8859-3
    • ISO 8859-4
    • ISO 8859-5
    • ISO 8859-6
    • ISO 8859-7
    • ISO 8859-8
    • ISO 8859-9
    • ISO 8859-10
    • ISO 8859-13
    • ISO 8859-14
    • ISO 8859-15
    • ISO 8859-16
    • Macintosh
    • KOI8-R

Note:

  • The CSV file must exist before appending the table.
  • The Table input must be in a data table compatible format.
  • Encoding and Separator options depend on the configuration of the original CSV file with which we are going to append to.