Read CSV
Description
This action component allows you to read all data from a specified CSV File.
Input Properties
- Delimiter (Delimiters) – Specifies the delimiter in the CSV file.
- Has Headers (Boolean) – Specifies if the first row in the CSV file should be considered a header row.
- Ignore Quotes (Boolean) – Specifies if quotes should be ignored when reading the file.
- File Path (String) – The file path of the CSV file to read.
Output Properties
- Result (DataTable) – Stores the data extracted from the CSV file in a DataTable variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.