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
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 plannerAcceptance Criteria
Tasks