Package interlok.csv.schema
Uses the CSV Schema Reference implementation to
validate a document against a CSV Schema.
-
Interface Summary Interface Description SchemaViolationHandler Interface that allows us to plugin behaviour around warnings and errors. -
Class Summary Class Description ErrorsAsMetadata Record all CSV Schema validation error messages as metadata.FailOnError If there are anyErrorMessageobjects present then throw an exception.FailOnWarningOrError If there are any warnings or errors present then throw an exception.FailuresAsMetadata Record all CSV Schema validation failure messages as metadata.IgnoreViolations Ignore all failure messages from schema validation.ValidateCsv Validate a CSV file against a schema as defined by CSV Schema.ViolationsAsMetadata -
Enum Summary Enum Description SchemaViolationHandler.FailureType