Rufus Pollock

Results 546 issues of Rufus Pollock

I notice you just added CSV dump function in code (a few months back!) and wondered if I could also get a nice CSV dump :-)

If you were interested would love to have a write up of this for the [Open Knowledge Foundation Labs](http://okfnlabs.org/) Blog - instructions on how to submit are at http://okfnlabs.org/blog/add/

First, big appreciation for creating this source version 👏 👏 I've started a fork here (i directly pushed as i wanted to have issues and be able to immediately add...

With lib now updated with appropriate open source json parser let's do a release so downstream can pull. Would be relevant for OpenRefine see e.g. https://github.com/OpenRefine/OpenRefine/issues/778#issuecomment-647021107 @roll would you be...

enhancement

This is looking awesome 👏 👏 @roll A few thoughts on compatibility with our agreed RFC https://github.com/frictionlessdata/project/blob/master/rfcs/0004-frictionless-data-lib-pattern.md (which we can tweak). I haven't reviewed thoroughly so this incomplete and for...

enhancement

Currently i do not think we validate homepage value if present (can we do this?). Here's an example of the kind of bug that can arise: https://github.com/datasets/registry/issues/38#issuecomment-186846187

enhancement

We now have a functional render lib: https://github.com/okfn/datapackage-render-js Want to integrate it and its commands e.g.: ``` dpm render html dpm render view {view-id} ```

enhancement

Command to display info on a given DataPackage: ``` dpm info /path/to/datapackage/ dpm info gold-prices dpm info http://data.okfn.org/data/core/gold-prices dpm info https://github.com/datasets/gold-prices ``` Input: - [x] path - [x] url -...

enhancement

Validate (tabular) data against schema using https://github.com/okfn/json-table-schema-validator - [ ] Support validating all files or just one selected file from resources - just columns and types - [ ] Load...

enhancement

- [x] Push a Data Package (plus resource data) to CKAN (data goes in datastore) - [ ] Pull from CKAN - download a dataset (plus resources) as a Data...

enhancement