CSV Loop
This task allows you to loop through data from a CSV file. You can either loop through all cells or loop by rows.
With every loop, the current cell values are set as variables.
If you loop by cell, the cell value is returned as a variable.
If
you by rows, each columns cell values in the row is returned as
variables. Also, the entire row is saved as a variable.
With every loop, you can run another task, and use the saved variables in that task.