Package interlok.csv.schema
package interlok.csv.schema
Uses the CSV Schema Reference implementation to
validate a document against a CSV Schema.
-
ClassDescriptionRecord all CSV Schema validation error messages as metadata.If there are any
ErrorMessageobjects present then throw an exception.If there are any warnings or errors present then throw an exception.Record all CSV Schema validation failure messages as metadata.Ignore all failure messages from schema validation.Interface that allows us to plugin behaviour around warnings and errors.Validate a CSV file against a schema as defined by CSV Schema.