Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am trying to scrape data from a slickgrid, but it isn't working out. It has problems with selector or metadata. I have tried using wildcards, and other alternatives too, but all fail to scrap the data. Can anyone help me out in this?

1 Answer

0 votes
by (9.5k points)

I would say that knowing slickgrid a little beforehand will work as a advantage for you. Slickgrid only displays the currently visible data, so scraping the data from the UI will only get partial results.

you should find underlying object and get it in JSON format.its easy for  single target website, and may be able to be automated with a few tricks for multiple renderings of the same page of a specific website.

(edit: whoops, just noticed the UIPath bit. I had a look, but I don't know how it works. Assume it looks in the HTML. Basically, that will only work if you are able to get UiPath to scroll through the entire dataset one page at a time. You'll have to use logic to eliminate the metadata rows. But if you can drop into javascript, it will be so much easier)

Related questions

+2 votes
1 answer
0 votes
1 answer
asked Jan 21, 2020 in RPA by Prakhar_04 (29.5k points)
0 votes
1 answer
asked Jul 10, 2019 in RPA by Abhishek_31 (12.7k points)

Browse Categories

...