Web application (targeted at appengine) to proxy data from certain data types into a JSON-P data type so that users can create mashups against remote data sets.
I needed to use the (undocumented) 'encoding' and 'dialect' csv parameters and they both yeld a "Data transformation failed. Reason: lookup() argument 1 must be string, not instance" error.
You can see the error from the live jsonpdataproxy demo.
The fix was quite simple.
I've also documented those parameters in the README.rst.
I needed to use the (undocumented) 'encoding' and 'dialect' csv parameters and they both yeld a "Data transformation failed. Reason: lookup() argument 1 must be string, not instance" error. You can see the error from the live jsonpdataproxy demo.
The fix was quite simple. I've also documented those parameters in the README.rst.