okfn / ckanclient-deprecated

DEPRECATED - please see https://github.com/ckan/ckanapi. [Python client library for CKAN]
http://pypi.python.org/pypi/ckanclient
25 stars 17 forks source link

CSV exporter for CKAN which runs as a rest client. #1

Closed pudo closed 12 years ago

pudo commented 12 years ago

This will translate each resource into a row that also has dataset metadata. If a dataset has no resources, a single row is created anyway.

davidread commented 12 years ago

Nice script! I'm not sure we want utils like this to live in the ckanclient repo though. We used to have ckanext for this sort of thing. I've got a bunch of scripts in ckan/bin. How about we create ckan-scripts for this sort of thing?

pudo commented 12 years ago

+1 thats why i made it a pull request, should have mentioned. I have quite a lot of scripts lying around that could use a home. Can you perhaps kick it off with yours and I'll join in?

rufuspollock commented 12 years ago

I think putting this into ckanclient is a problem. Put them in contrib or utils directory :-)

davidread commented 12 years ago

I've put the script in the contrib directory as requested:

https://github.com/okfn/ckanclient/commit/eeb0df8bccfb249cb30e42ed436197a6db249c00