Copy link in data scraping

Hi everyone,
i data scraping from website which have a text who is also a link how can i data scraping the
text into to csv and it will also stay link in the csv file ?

thanks a lot:)

@kfir
A csv is just text, it has no support for hyperlinks. It can store the url as plain text to be used later, but it won’t be available in the file as a clickable link.

Hi @kfir

After pasting the url in the excel file you can use excel application scope and set visible property as checked and then right click and set it as hyperlink by using click activity

Thanks
Ashwin S

@AshwinS2
This will work, but not as a csv. The file would need to be saved as an excel file.

thanks guys for the respons.
i would like that the rpa do it automatically , it possiable?