ValidateCsv 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Validates the contents of FlowFiles against a user-specified CSV schema. Take a look at the additional documentation of this processor for some schema examples.
Tags
csv, schema, validation
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
invalid FlowFiles that are not valid according to the specified schema are routed to this relationship
valid FlowFiles that are successfully validated against the schema are routed to this relationship
Writes Attributes
Name Description
count.valid.lines If line by line validation, number of valid lines extracted from the source data
count.invalid.lines If line by line validation, number of invalid lines extracted from the source data
count.total.lines If line by line validation, total number of lines in the source data
validation.error.message For flow files routed to invalid, message of the first validation error