Web Data Scrapping - why when I save in CSV all data is in 1 coloumn? How to make it separated in each column?

Hi guys!

Searched a lot but still couldnt figure out what to do with this issue, please help!
I watcheds a tutorial how to do data scrapping based on the official UiPath video below:

Automate Web Data Extraction - UiPath Studio

PROBLEM: when I save correlated data in CSV, all data is in 1 coloumn? How to make it separated in each column like it was shown in the scrapping wisard???

Thanks in advance.

Hi,

To get the data in different columns, you can convert the csv data to datatable,

Please refer below link for steps,

https://www.uipath.com/kb-articles/how-to-read-data-from-a-csv-file

~Rupesh