Hii Everyone!
I was trying to append data in CSV file using Append to CSV activity but it clears the previous data and then adds it to file.
Is there any solution for this??
Kindly share xaml file or check the article to append the data in csv
https://activities.uipath.com/docs/manage-csv-files
i hope this helps.
Regards.
Thanks for Ur reply! I read that article. I followed exactly same steps but same issue.
What I am trying to do is scrap data from web page. Loop through datatable then there are some validations. Add each record which satisfies validations in CSV file.
Can you share the xmal file?
I solved the issue… Its logical silly mistake. Thank You so much for Reply.