Hopkins
(Hopkinsd1)
February 28, 2014, 9:28am
1
Hello,
I have a JSONP feed that I am trying to pull in using a SQUIZ JSON data source.
When I set the JSON data source to look at the JSONP feed I get an error within SQUIZ:
MySource Warning
Syntax error: Find a PC (Id: #10083)
<p> <p>Does anyone have a solution for bringing in a JSONP feed?<p> <p>Thanks<p> <p>David
nnhubbard
(Nic Hubbard)
February 28, 2014, 5:51pm
2
Can you show an example of your .jsonp file?
Hopkins
(Hopkinsd1)
March 3, 2014, 8:40am
3
Hi,
I have attached the JSONP file.
Thanks
findapc.txt (3.05 KB)
nnhubbard
(Nic Hubbard)
March 3, 2014, 5:05pm
4
Hi,
I have attached the JSONP file.
Thanks
Yeah, I don't think the JSON Datasource knows what to do when there is a function wrapping the JSON, therefore it just throws an error. Do you have to be using JSONP instead of JSON?
Hopkins
(Hopkinsd1)
March 6, 2014, 11:29am
5
Ah, Cool thanks for that. Think we will try changing to JSON instead of JSONP.