CSV Row Iterator
- 12 Dec 2024
- 1 Minute to read
- Print
- DarkLight
CSV Row Iterator
- Updated on 12 Dec 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 9.5.0 |
Last Modified in Version | 9.5.0 |
Location | Data > Excel & CSV |
The CSV Row Iterator step allows for batch processing on CSV files. Like a Subflow, it requires another Flow that will perform the desired actions. Note that this Step will only work for CSV files, not for XLSX or XLS files.
Properties
Settings
Name | Description |
---|---|
Edit Iterator Flow | This is the Flow that will perform whatever action is required to the CSV file. |
Ignore First Row | Enable or disable to ignore the first row. Useful if there is a header row. |
CSV Delimiter | Dropdown list of which character is the delimiter for the CSV file. |
Batch Row Size | The number of rows in the CSV file. |
Inputs
Property | Description | Data Type |
---|---|---|
File Input | The CSV file to be used by the Step during whatever action is required. | FileReference |
Outputs
Property | Description | Data Type |
---|---|---|
Error Message | Custom message that will appear if there is an error during the execution of the Step. | String |
Step Changes
Description | Version | Release | Developer Task |
---|---|---|---|
Introduced the CSV Row Iterator step. | 9.5 | November 2024 | [DT-042594] |
Was this article helpful?