Skip to main content

Read CSV File Action

Read CSV File Action reads data from a CSV (Comma-Separated Values) file and converts it into a structured format for processing. It is commonly used to import data from spreadsheets, databases exports, or other tabular data sources.

Appearance

In Talos, Read CSV File Action appears as a rectangular node with a CSV icon, indicating file data import. It shows the name of the variable that the scv file will be loaded.

Decision Icon

Properties

As all Actions, Read CSV File Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Limit RowsInteger
Maximum number of rows to read from the CSV file.
Limit ColumnsInteger
Maximum number of columns to read from the CSV file.