Vendor provide me the API, for example: https://www.gocanvas.com/apiv2/submissions.xml?password=xxxxxx&username=xxxx@companyname.com&form_id=3971479&page=4;
this way i just able to pull 100 xml pages. In order to pull "30 pages"(page4 is 100 pages of xml)
i have to set 30 readers from page 1 to page 30.
would you tell me how read all at once. thanks in advance
- note: page=4 mean i just able to pull 300th to 400th pages of data. i need to pull 1st to 3000th pages of data-> maybe we need to create parameter or loop to pull ?. thanks