You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Reynaldo Rea (Jira)" <ji...@apache.org> on 2024/01/25 15:23:00 UTC

[jira] [Created] (NIFI-12674) Modify ValidateCSV to make schema optional

Reynaldo Rea created NIFI-12674:
-----------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)