Stephen Gates

Results 130 issues of Stephen Gates

I'm trying to update http://australia.census.okfn.org/submit/?place=nsw&dataset=timetables but get I believe the changes I'm making to the values should not be errors.

There is no min/max constraint shown for Duration in the [specs](http://specs.frictionlessdata.io/table-schema/#constraints) however in [tableschema.js](https://github.com/frictionlessdata/tableschema-js/blob/master/src/profiles/table-schema.json#L1352) the min/max constraints are [implemented](https://github.com/frictionlessdata/tableschema-js/blob/master/src/profiles/table-schema.json#L1352). Should the specification be updated? Related to #345? To help me...

Table Schema

The current spec [doesn't support the bareNumber edge case](https://github.com/frictionlessdata/tableschema-js/issues/144) to interpret `-$1000` as `-1000`. > **bareNumber**: a boolean field with a default of `true`. If `true` the physical contents of...

Table Schema

# Sources in Frictionless Data The `sources` attribute is used in the [Frictionless Data specifications](http://specs.frictionlessdata.io) to indicate the organization(s) or document(s) that are the source(s) for the data. [`Sources`](http://specs.frictionlessdata.io/data-package/#sources) is...

Guides

### Desired Behaviour (for enhancement suggestions only) Not all fields have a `description` in the [datapackage.json](https://github.com/okfn/licenses/blob/master/datapackage.json) schema. Clarify the meaning of each field with a description. This would also help...

Looking at [licenses.csv](https://github.com/okfn/licenses/blob/master/licenses.csv) and the json for [`localauth-withrights`](http://licenses.opendefinition.org/licenses/localauth-withrights.json) and [`ukcrown-withrights`](http://licenses.opendefinition.org/licenses/ukcrown-withrights.json) I notice both do not have a url for their licence yet they are shown as conformant open definition licences....

[Recent validations](http://csvlint.io/validation.html) seems to show the most recent validation first. [Recent schemas](http://csvlint.io/schemas) seems to show the most recent schema last. Can these two lists be consistent in their ordering?

i:enhancement
fn:Styling

The specification is now at https://specs.frictionlessdata.io/table-schema/ not http://dataprotocols.org/json-table-schema/ as used in the [about page](https://github.com/theodi/csvlint/blob/master/app/views/application/about.html.erb#L206). The link in the about page redirects to the new specification. The about page says, "We...

f:question
i:enhancement
fn:Documentation

W3C says CSVLint passed the [CSVW Validation tests](http://w3c.github.io/csvw/tests/reports/index.html#h-csvw-validation-tests). CSVLint/about doesn't mention this type of schema. Can I use the CSVW schema instead of JSON Table Schema? Where can I validate...

i:enhancement
fn:Documentation
fn:validation

What is your criteria from moving from Alpha to Beta?

f:question
i:enhancement
fn:Styling