okfn / dataproxy

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.
http://jsonpdataproxy.appspot.com/
Other
75 stars 24 forks source link

Fix csv parameters #1

Closed zydio closed 12 years ago

zydio commented 12 years ago

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.