datopian / assembler

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

problems with exported zip files #53

Closed zelima closed 7 years ago

zelima commented 7 years ago

Feedback after reviewing export to zip.

Acceptance Criteria

Tasks

zelima commented 7 years ago

We have a problem with zipped json file - when opening it is complaining about encoding. Problem is in zipping from remote URL and think this problem should be fixed directly in dpp I debugged it at a certain level - Here is the thing:

Debugging further I took a look at how they actually are zipped - https://github.com/frictionlessdata/datapackage-pipelines/blob/master/datapackage_pipelines/lib/dump/dumper_base.py#L192

I hardly believe the reason is there, but was not able to find an easy way to fix that by myself

zelima commented 7 years ago

Closing as FIXED. The problem with zipping remote non-tabular resources will be fixed with this issue in dpp https://github.com/frictionlessdata/datapackage-pipelines/issues/89