Skip to main content
Solved

CDATA XML Connection with max records

  • February 25, 2022
  • 1 reply
  • 50 views

We want to extract data from the CBS (NL) this is a dataset with minimal 100.000 records and the connections allows a maximum of 10.000 records. 

https://dataderden.cbs.nl/ODataFeed/odata/03759ned/TypedDataset.xml

Is there a possibility to make a connection that downloads each time a set of 10.000 till all records are downloaded. 

Best answer by Thomas Lind

Hi Roland

Perhaps this setting can help you.

Try setting it to 10000 and see if your data comes through.

Otherwise you will need a way to implement pagination as explained in our RSD file guide.

1 reply

Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • 1161 replies
  • Answer
  • February 25, 2022

Hi Roland

Perhaps this setting can help you.

Try setting it to 10000 and see if your data comes through.

Otherwise you will need a way to implement pagination as explained in our RSD file guide.