Table of Contents

For each row in CSV file

Iterates over rows in a CSV file.


img


Properties

Name Type Description
Title
File contents Required The contents of the file, provided as either a stream or a byte array.
Data start row Optional Specifies the index of the row where the data starts. If the file has a header row, the data start row is typically 2. If the files does not have a header row, the start row is usually 1.
Column mapping Required The mapping between the field indices and field data types in the file, and the columns in the final data set.
Data import options Optional Specifies options for error handling and how the contents of the file is parsed, such as date and number formattings.
Field parser Optional Provides a way to customize how field values are parsed during import.
Row variable name Optional The name of the variable you can use to reference the Row in other actions.
Row data type Read-only
Description Optional Additional notes or comments about the action or configuration.