CSV Row Iterator
  • 12 Dec 2024
  • 1 Minute to read
  • Dark
    Light

CSV Row Iterator

  • Dark
    Light

Article summary

Step Details
Introduced in Version9.5.0
Last Modified in Version9.5.0
LocationData > 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

NameDescription
Edit Iterator FlowThis is the Flow that will perform whatever action is required to the CSV file.
Ignore First RowEnable or disable to ignore the first row. Useful if there is a header row.
CSV DelimiterDropdown list of which character is the delimiter for the CSV file.
Batch Row SizeThe number of rows in the CSV file.

Inputs

PropertyDescriptionData Type
File InputThe CSV file to be used by the Step during whatever action is required.FileReference

Outputs

PropertyDescriptionData Type
Error MessageCustom message that will appear if there is an error during the execution of the Step.String

Step Changes

DescriptionVersionReleaseDeveloper Task
Introduced the CSV Row Iterator step.9.5
November 2024[DT-042594]

Was this article helpful?

What's Next