Hi Team,
I want to extract some set of records in a table format and all these are displayed in a structured format and have multiple page navigation as well.
How to extract these records without using Data Scrapping. Any other alternate is there?
Hi Team,
I want to extract some set of records in a table format and all these are displayed in a structured format and have multiple page navigation as well.
How to extract these records without using Data Scrapping. Any other alternate is there?
You can use While loop and inside that you have to give get text activities to extract the information, also index should maintain according to the selector
This require more work, instead as you are saying Data scrapping it will extract the table data at very easy
Hope this may help you
Thanks
Any specific reason not to use Data scraping here ?