Does anybody have an example of reading a CSV file and parsing each row/column? I’m trying to put together a simple project that will read two columns from a CSV and then use the variable values to repeat a task in a browser. The second half I know how to do, but setting up to read the CSV is turning out to be tricky.
The user guide that UiPath has on YouTube is also (apparently) a very old build with some significant differences, so I’m at a loss as to how to set this up. I keep getting format errors that I’ve tried to troubleshoot but to no avail. A working example file would be fantastic.