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
Then for example, to validate `/tmp/my-data.csv` with `/tmp/my-schema.csvs` you would run:
102
-
```bash
103
-
docker run nationalarchives/csv-validator /tmp/my-data.csv /tmp/my-schema.csvs
104
-
```
105
-
106
93
Schema Examples
107
94
===============
108
95
Examples of CSV Schema can be found in the test cases of the `csv-validator-core` module. See the `*.csvs` files in [acceptance/](https://github.com/digital-preservation/csv-validator/tree/master/csv-validator-core/src/test/resources/uk/gov/nationalarchives/csv/validator/acceptance). Schemas used by the Digital Preservation department at The National Archives are also available in the `example-schemas` folder of the [csv-schema](https://github.com/digital-preservation/csv-schema) repository.
109
96
110
97
111
98
Current Limitations of the CSV Validator Tool
112
99
=============================================
113
-
The CSV Validator implements almost all of `CSV Schema 1.1` language, current limitations and missing functionality are:
100
+
The CSV Validator implements almost all of `CSV Schema 1.2 (Draft)` language, current limitations and missing functionality are:
114
101
115
102
*`DateExpr` is not yet fully implemented (may raise Schema check error).
0 commit comments