Hi all,
I pulled JSON data through an API that looks like this:
{'odata.metadata': 'https://opendata.cbs.nl/ODataApi/OData/80416ned/$metadata#Cbs.OData.WebAPI.UntypedDataSet',
'value': [{'ID': 0,
'Perioden': '20060101',
'BenzineEuro95_1': ' 1.325',
'Diesel_2': ' 1.003',
'Lpg_3': ' 0.543'},
{'ID': 1,
'Perioden': '20060102',
'BenzineEuro95_1': ' 1.328',
'Diesel_2': ' 1.007',
'Lpg_3': ' 0.542'},
I have created corresponding column names in my table. I have also read through the API docs and set up my Base ID / Table ID / API key. I managed to GET and POST requests into/from Airtable with dummy / hard coded data as presented in the API docs.
I have tried to POST the JSON data into Airtable in different ways, which resorted in all the error messages you can think of :grinning_face_with_big_eyes: .
So how do I structure the JSON data so that Airtable can interpret it?
Look forward to hearing from you
