Overwrite existing csvFile

Hello I am trying to run a macro where I read lines from csv and do web automation. When my macro fails, I do not want to start all the way from first line again and so I create a new file row.csv that has just one value in it; the last row that was processed. I need a way to overwrite that csv to write the last row that was processed without error. Is this possible?
Thanks for your time and help!

No you can not this with ui vision, you must use an external software.

The only trick you can use is recreate a new updated csv with ui vision and delete the old csv with a batch file or similar solution.

Ui vision have not any command to edit csv, can add rows in csv only

1 Like

Here are some methods on how to create a new, modified CSV:

1 Like