Open Stephen-Gates opened 8 years ago
When I use the export as datapackage feature, the resulting datapackage.json has the schema field elements in a strange order - constraints first, then the name:
export as datapackage
I would expect name to be first to support easier reading.
We can probably get round this by using the OKF datapackage JS library https://github.com/frictionlessdata/datapackage-js
@pezholio we could look at this too.
Excellent 👍 That would be great
When I use the
export as datapackage
feature, the resulting datapackage.json has the schema field elements in a strange order - constraints first, then the name:I would expect name to be first to support easier reading.