Skip to main content

Write CSV

Writes a data table to 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 of the CSV file to write to.
  • Table - Data table to write to CSV file.

Options

  • Separator - Separator used in CSV file. Choose from Comma(,), Semicolon(;), TAB or Space.
  • Save with Encoding - Encoding used in CSV file. Choose from UTF-8, Windows 1250 to Windows 1258, ISO 8859-1 to ISO 8859-16, Macintosh and KOI8-R.
  • Headers - Whether to include headers in the CSV file or not. The default value is false.