datopian / assembler

The DataHub data assembly line
MIT License
10 stars 2 forks source link

Processor for extracting README for zip #91

Closed zelima closed 6 years ago

zelima commented 6 years ago

Originally coming from https://github.com/datahq/datahub-qa/issues/129

Currently, zipped dataset does not contain README (except in the dp.json). We need it in the main directory. To accomplish that we need a simple processor that extracts README from dp.js as a single file. And place this processor before dump.to_zip in planner

Acceptance Criteria

Tasks