Remove \n from values scraped on the web

Hi,
I’m starting using UiPath and I’ve got stack at removing “\n” from datatable values. I’m scraping data from a web and when a retrive the price it comes as I show you on the screen shot.
imagen
I try to replace(“\n”,“”)
I try to split and concat after
Nothing works…

@DidacEl
Welcome to the forum

give a try on replace(vbLf,“”)

grafik

1 Like

It work’s!!

@DidacEl
Perfect, so you can close the Topic by flagging the solving post as solution. Others can benefit from it. Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.