Skip to content

Commit 56b5300

Browse files
author
DavidUnderdown
committed
final 1.1 tweaks on documentation
1 parent 644f52d commit 56b5300

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,9 @@ Examples of CSV Schema can be found in the test cases of the `csv-validator-core
9595

9696
Current Limitations of the CSV Validator Tool
9797
=============================================
98-
The CSV Validator implements almost all of `CSV Schema 1.0` language, current limitations and missing functionality are:
98+
The CSV Validator implements almost all of `CSV Schema 1.1` language, current limitations and missing functionality are:
9999

100-
* No checking of column names in the CSV Schema is performed against the CSV file; as such `@ignoreColumnNameCase` has no effect.
101-
102-
* `@matchIsFalse` column directive is not yet implemented (silently ignored!).
103-
104-
* `DateExpr` is not yet implemented (raises Schema check error).
100+
* `DateExpr` is not yet fully implemented (may raise Schema check error).
105101

106102
* `PartialDateExpr` is not yet implemented (raises Schema check error).
107103

0 commit comments

Comments
 (0)