How to update csv file

How to update csv file at specific column?

Kantu can not update csv and colums can only add line in csv

1 Like

i have a csv file with user info, and i want to add these info in CRM and add Contact ID in csv.
I have completed to read csv file and add contact to CRM.
Now how can i achieve to update csv file of specific column/index?

You must use csvsave to save data in csv

https://ui.vision/rpa/docs/selenium-ide/csvsave

For information on how to update or overwrite a value in a CSV file see How to mark a row in a CSV line as processed? - #3 by TechSupport