frictionlessdata / datapackage-pipelines-ckan

Data Package Pipelines processors for CKAN
MIT License
1 stars 1 forks source link

Processor for uploading output CSV into CKAN #1

Closed amercader closed 6 years ago

amercader commented 7 years ago

Description

Create a dump.to_ckan_resource processor that can take the output of a pipeline and upload it to CKAN. For this it will use the CKAN API (action resource_create). Parameters will include dataset id, format (CSV or JSON?). It will need to ingest a CKAN API key somehow.

Tasks

Estimate

3

brew commented 6 years ago

Closed in favour of #6.