Load from CSV#

Load a Data Table from a CSV document.

File Path[Text] The path to the document from which information needs to be loaded into the Data Table.
Delimiter[Text] The delimiter character. By default, a semicolon is used.
EncodingThe file encoding. Possible values: "ANSI", "UTF8".
Read HeadersWhen enabled, headers are read from the file. Otherwise, the first line of the file will be considered data.
Data Table[Data Table] The data table into which data from the document will be loaded.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by 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" - by default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

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's work.