You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flat Stan is a general purpose tool with the goal of allowing a dataset to be round-tripped between structured JSON and tabular data packages or spreadsheets: providing a bridge between richly structured datasets and accessible flat formats.
10
10
11
-
It was developed for use with the [Open Contracting Data Standard](http://standard.open-contracting.ogr), and has been further developed with the [360 Giving Data Standard](http://docs.threesixtygiving.ogr). We're keen to see if it is useful in other contexts too.
11
+
It was developed for use with the [Open Contracting Data Standard](http://standard.open-contracting.org), and has been further developed with the [360 Giving Data Standard](http://www.threesixtygiving.org/standard/reference/). We're keen to see if it is useful in other contexts too.
12
12
13
13
It is also used in to power the [COnvert Validate Explore (COVE) tool](https://github.com/OpenDataServices/cove) which provides a web interface for Flat Stan configured against a particular JSON Schema.
14
14
@@ -108,7 +108,7 @@ will print help information specific to that subcommand.
108
108
109
109
### Creating spreadsheet templates
110
110
111
-
Download https://raw.githubusercontent.com/open-contracting/standard/master/standard/schema/release-schema.json to the current directory.
111
+
Download https://raw.githubusercontent.com/open-contracting/standard/1.0/standard/schema/release-schema.json to the current directory.
112
112
113
113
flatten-tool create-template --output-format all --output-name template --schema release-schema.json --main-sheet-name releases
0 commit comments