Plugin Author
berkux
(@berkux)
Hi, try this:
[jsoncontentimporter url="https://moorside-high-school.uk.arbor.sc/data-export/export/id/65/h/44560d77ffd9ec17/format/json/v/2/"]houses: {houses}, points:{points}
[/jsoncontentimporter]
Bernhard
Thanks for the response.
Though this imports all the entries – not just a specific one. However, I have managed to resolve my problem – seems the free version, at least, will not process fieldnames which have spaces {house name} nor {“house name”}, nor quite a few other variations I tried would work. In the end, on Monday, I had the JSON file generated with variable compliant names. Instantly solved my problem.
Was about to write JS and some PHP to process the JSON – and resolve the CORS issues… the plugin saved a bit of extra work so thanks for saving me the time and effort.
-
This reply was modified 2 weeks, 5 days ago by
jbennett4072.
Plugin Author
berkux
(@berkux)
HI,
glad to read that you found a solution.
I checked the “fieldnames which have spaces” with
http://test.json-content-importer.com/extra/json/moor.json having such fields.
[jsoncontentimporter url="http://test.json-content-importer.com/extra/json/moor.json"]houses: {h ouses}, points:{p oints}
[/jsoncontentimporter]
This works: http://test.json-content-importer.com/moorside-high/
Bernhard