Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Data model with JSON data (open data) is only showing 1000 rows

Hi everyone,   I would like to build a data model with an open data source (JSON). So far so good but I only see 1000 rows in my table after refreshing while the file contains about 14 million rows...
  • Anonymous's avatar
    Anonymous
    6 years ago

    After searching a bit further I found the solution with this issue.

     

    With the URL you've to enter the limit,

    e.g. https://opendata.rdw.nl/resource/m9d7-ebf2.json?$limit=150000

     

    In that you will get 150,000 rows out of the dataset which standard is showing only 1,000 rows in the JSON format.

     

    I was struggling with this for some days but finally figured out how to retrieve the data. Thanks anyhow for thinking along with me!

     

    BR
    Dennis