Extract Column in Data Row
This action extracts data from a cell in the current range to a variable. The range is a row in a CSV file produced by the For Each Data Row step. To use the Extract Column in Data Row step, first create and configure the For Each Data Row step.
Properties
- Finders Tab
-
- Context: The name of the range of cells from the For Each Data Row step.
- Column: Name of the column or its index (starts from 1).
- Action Tab
-
- Converters: An optional list of data converters that should process the content.
- Variable: The variable to assign the value to.
- No Column Trigger Error: When selected, the step generates an error if the row is too short. For example, if you expect to get a row with four columns and you only get three, the step generates an error.