CSV Row Iterator
- 30 Dec 2024
- 1 Minute to read
- Print
- DarkLight
CSV Row Iterator
- Updated on 30 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.6.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. This Step is similar to the Run Flow for List Step.
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 |
Step Changes
Description | Version | Release | Developer Task |
---|---|---|---|
Introduced the CSV Row Iterator step. | 9.5 | November 2024 | [DT-042594] |
Removed Outputs from CSV Row Iterator. | 9.6 | January 2025 | [DT-043122] |
Was this article helpful?