CSV Read

This task allows you to read data from a CSV file. You can either read a certain cell or an entire row.

If you read a cell, the cell value is returned as a variable.
If you read a row, each columns cell values in the row is returned as variables. Also, the entire row is saved as a variable. You can then use these variable values in other tasks.