CSV Data Loop

<< Click to Display Table of Contents >>

Navigation:  Actions > CSV Data >

CSV Data Loop

This action iterates through CSV data records in the loop, considering specified conditions.

 

General

CSVDataLoop1

 

Save row number to variable

Specify the variable name to store the row number. Row numbers start from 1. This field can be left empty.

 

Save current row to variable

Specify the variable name to store the current record. This field can be left empty.

If you want to save the current record for processing, specify the format:

Standard comma-separated string (default format)

JSON array

 

Filter options

 

Filter mode:

Choose the condition combination mode: AND (all listed conditions must be met) or OR (at least one condition must be met).

 

Filter list

Col - Each condition corresponds to a specific column.

Kind - Filter Type. Four options are possible:

substring - the column must contain the specified value

regexp - the column must match the specified regular expression. Regular expressions are more flexible for defining conditions but require some skills.

as number - column value should be interpreted as a number. In addition, a comparison operator with the specified value must be selected.

as datetime - column value should be interpreted as a number. In addition, a comparison operator with the specified value must be selected.

Value - value to which the column value is to be compared. Date and time must be specified in the current system format.

Extras - additional notes to filter: case sensitive, date-time format

 

Source and Source format

Source and Source format tabs are identical for most SCV actions. Read description in "CSV Get Data Information" chapter

 

 

note Related Topics

CSV Open Data

CSV Get Data Information

CSV Add Column

CSV Remove Column

CSV Sort by Column

CSV Move Column

CSV Read Cells

CSV Write Cells

CSV Merge Data

CSV Filter Data

CSV Data Loop

CSV Remove Duplicates

CSV Save Data

SQL Query to CSV File

Read system events to CSV

Load process info to CSV

 

 

Note: This feature is available for Business license only