Question

hi, read more than 100 pages of xml

  • 7 March 2023
  • 1 reply
  • 2 views

Badge

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

 

 


1 reply

Userlevel 2
Badge +17

Hi @knfme2019​,

The following article will show you to set up a loop in FME to read all the pages returned by an API without the need for all those readers:

https://community.safe.com/s/article/Getting-Started-with-API-Pagination

 

Reply