Hi,
I have a problem with collecting some elements on over 1000 web pages, and uploading to Database.
I’m not sure, but I think the collected data is too much, and therefore I need to upload to DB, in batches.
I know how to browse all the pages by clicking on the “next page”, but I don’t know how to upload to the DB in batches of 1000 rows at a time. (for example).
Can anyone help me with this?