File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,9 @@ Examples of CSV Schema can be found in the test cases of the `csv-validator-core
9595
9696Current 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
You can’t perform that action at this time.
0 commit comments