Skip to main content
Version: 2.29

Reading From Files

Cycle can read CSV files and store the data as variables, using the following Steps:

I assign values in row < ROW_NUMBER > from "< CSV_FILE_PATH >" to variables
I assign values in next row from "< CSV_FILE_PATH >" to variables