Skip to content

Commit eb2484a

Browse files
committed
Update README.md
Added additional details of missing features in CSV Validation Tool vs. CSV Schema 1.0.
1 parent 91f0b80 commit eb2484a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,11 @@ The CSV Validator does not yet implement the complete CSV Schema 1.0 language. L
8484

8585
* No checking of column names in the CSV Schema is performed against the CSV file; as such `@ignoreColumnNameCase` has no effect.
8686

87-
* @matchIsFalse column directive is not yet implemented.
87+
* `@matchIsFalse` column directive is not yet implemented (silently ignored!).
88+
89+
* `DateExpr` is not yet implemented (raises Schema check error).
90+
91+
* `PartialDateExpr` is not yet implemented (raises Schema check error).
92+
93+
* At least `MD5`, `SHA-1`, `SHA-2`, `SHA-3`, and `SHA-256` checksum algorithms are supported. Probably many more as well as we defer to Java's `java.security.MessageDigest` class.
94+
*

0 commit comments

Comments
 (0)