Write CSV
Description
This action component allows you to write a specified DataTable to a CSV File.
Input Properties
- Delimiter (Delimiters) – Specifies the delimiter in the CSV file.
- IncludeHeaders (Boolean) – Specifies if the column names from the DataTable will be added to the output CSV file.
- FilePath (String) – The file path of the CSV file to save.
- Encoding (Encoding) – The type of encoding you want to use.
- InDataTable (DataTable) – Specifies the DataTable to be written in the CSV file.
Output Properties
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.