Save to CSV#

Save the Data Table to a CSV document.

Data Table[Data Table] The data table that needs to be saved in the document.
File Path[Text] The path to the document where the Data Table needs to be saved.
Delimiter[Text] The delimiter character. By default, a semicolon is used.
EncodingThe file encoding.
Write HeadersWhen enabled, the table headers will be written.
Append to FileWhen enabled, the table will be appended to the file. Otherwise, a new file will be created.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block.