Hi!
I’ve been trying to build an app that uses data scraping to get some information about products on a website. I’ve come across two problems so far. The first one is that the site where I’m scraping the information from has no comma (,) between the euros and cents so the scraping becomes a bit unclear and I was wondering if anyone knows how I could get uipath to automatically add a comma to the prices.
The second problem is that another site I’m scraping information with data scraping from has all the information about a specific product in a single “box” so i can’t scrape the price and product name separately for example. I tried to scrape with the “select region” function but it still choses to scrape all the information about the product even tough I’m selecting only the region with the price in it. Is there any way to get it to scrape more accurately.
Thanks a lot in advance!