[
https://issues.apache.org/jira/browse/NIFI-12674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynaldo Rea updated NIFI-12674:
--------------------------------
Description:
The schema for ValidateCSV should be optional. Whenever a schema is not
supplied, the processor should only validate the structural consistency of the
CSV using the header.
In addition, the processor will be given the ability to validate against a
given attribute. The value for the given attribute will be treated as CSV text
and validation will be done to that.
was:
The schema for ValidateCSV should be optional. Whenever a schema is not
supplied, the processor should only validate the structural consistency of the
CSV.
In addition, if a schema is not provided, the processor should attempt to
derive it from the header row.
The processor should also be able to validate against the flowfile content or a
specified flowfile attribute.
> Modify ValidateCSV to make schema optional
> ------------------------------------------
>
> Key: NIFI-12674
> URL: https://issues.apache.org/jira/browse/NIFI-12674
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Reynaldo Rea
> Priority: Minor
>
> The schema for ValidateCSV should be optional. Whenever a schema is not
> supplied, the processor should only validate the structural consistency of
> the CSV using the header.
> In addition, the processor will be given the ability to validate against a
> given attribute. The value for the given attribute will be treated as CSV
> text and validation will be done to that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)