ckanapi-exporter icon indicating copy to clipboard operation
ckanapi-exporter copied to clipboard

ENHANCEMENT: Export resources nested structure as flat columns

Open camfindlay opened this issue 8 years ago • 0 comments

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 structure.

Eg. resource.1.name, resource.1.url, resource.2.name, resource.2.url etc

Could be a flag --flat_resources passed in the cli to include this in the export.

camfindlay avatar Oct 11 '17 21:10 camfindlay