Dumping all the records in SQL SERVER table from JSON API with looping all the pages
jprajapati
Posts: 1 New member
Hi Team,
I am trying to dump all the records from all the pages (JSON API) Into SQL SERVER table.
So, I am trying to loop page numbers in URL till I get the last page.
The loop runs fine. However, It is just dumping all the records from the first.
I tried to print URL just to make sure It changes the page parameter and It changes that parameter.
Just not dumping the records.
I am trying to dump all the records from all the pages (JSON API) Into SQL SERVER table.
So, I am trying to loop page numbers in URL till I get the last page.
The loop runs fine. However, It is just dumping all the records from the first.
I tried to print URL just to make sure It changes the page parameter and It changes that parameter.
Just not dumping the records.
Tagged:
Answers