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. |
| Encoding | The file encoding. Possible values: "ANSI", "UTF8". |
| Read Headers | When 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:
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:
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. |