ckanapi-exporter
ckanapi-exporter copied to clipboard
Export dataset metadata from CKAN to Excel-compatible CSV
This does not work with Python 3. Instead the user will get the error `ModuleNotFoundError: No module named 'cStringIO'` Please update this fancy tool to run in Python 3! :)
I tried to query using a tag restriction where the tag name has a space in it i.e. `ckanapi-exporter --url 'http://localhost/' --params "{'fq':'tags:Sea+regions AND organization:geo-department'}" --column 'Title' --pattern 'title' >...
$ pip2 freeze | grep ckanapi-exporter ckanapi-exporter==0.0.5 ``` $ ckanapi-exporter --url 'http://suche.transparenz.hamburg.de/' --column 'Title' --pattern '.*' Traceback (most recent call last): File "/home/me/.local/bin/ckanapi-exporter", line 11, in load_entry_point('ckanapi-exporter==0.0.5', 'console_scripts', 'ckanapi-exporter')() File...
For each resource (and we don't know how many a dataset will have) we should be able to parse out each from a nested json into a column per property...