Data extraction issue

Hi guys.

While extracting data from a web application using data extraction only visible rows are being extracted is there option to extract entire page data I mean to scroll it down to extract invisible rows in the bottom
I do not have next page in same page I do have 100s of data.
Kindly suggest
Regards,
Vasan.

Hey @Mohan_Vasan

Yes that is possible.

You need to loop the data extraction part and after every iteration you may need to scroll page may be by sending a hotkey like page down which may help.

Thanks
#nK

Hi nk,

Thanks for the quick response,
I will try that and update.

Regards,
Vasan.

1 Like

Hi nK,

How to make the extraction dynamic, as you have suggested i have built the logic.
but for each iteration i end up extracting same data.
Could you suggest a way to make the extraction dynamic.

Regards,
Vasan.

Hey @Mohan_Vasan

That’s a great point.

May be some basic thing like you know how many page down will help you to scroll to next elements, you can just do those steps in automation.

You need to have a check like the last element of your table should not be matching an element on the screen to scroll until.

The more tricky way may be scrape even if that has duplicates and finally after completing scraping just remove duplicates from the table.

Thanks
#nK

Sure, thanks nK :v: :v:

1 Like

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