How to write values in CSV file now in UiPath? I don't see write csv or write excel option in community addition

I need to extract array of text from a webpage and write into an excel/csv file. However, I am unable to find any option in installed community version. Can anyone please help?

Hi @Anuj_Singh

You can use Write CSV activity to write the values into the file. You need to convert array of text into datatable and write that datatable to CSV file. I hope you are using the latest UiPath Studio Community edition

Check the below docs

If possible share the array of text extracted I will help you with flow.

Regards

Hi @Anuj_Singh

You can use,

Write Range or write CSV activity.

https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://docs.uipath.com/activities/other/latest/productivity/write-csv-file&ved=2ahUKEwjitLjB7ouFAxVA8TgGHVnSB9YQFnoECBcQAQ&usg=AOvVaw00g8PVbMs_y52UsnZzBcyM

If activities are not showing in activity pane. Then try to install UiPath.excel.activities & UiPath.csv.activities packages from manage package.

Thanks