CSV Read directly problem

Hello,
I am having problem with read csv directly, the csv I download from internet every season i execute the macro. it requires to read the latest file. but currently i having problem with reading csv and it returned an error message like the attach file: " [error] csv file ‘/Users/tuyenvando/Downloads/file.csv’ does not exist"
Please help to give a solution, it would be great with the example JSON macro,
Thanks a lot

It seems there is an issue with full path support, we are looking into it.

Workaround: Make your browser download directory = the CSV datasource directory and just use “file.csv”

sf

Full path support for csvRead and csvReadArray is available now: UI.Vision RPA V5.7.5 available

1 Like

Where can we find the example syntax for the full path support?

I’m also having a problem with giving a pathing for a CSV file. Is there any guide/instructions? I’m running a script from local storage, I have the csv file in the same folder as the macro, in the /datasources folder, in the root folder, everywhere, literally everywhere inside the XModules File Access pathing

You can simply give the csv name, the path is the folder datasoucers in ui vision.

Paths are recognized in automatically, need only csv name.