Mark Bean created NIFI-9072:
-------------------------------
Summary: Improvements to ValidateXML
Key: NIFI-9072
URL: https://issues.apache.org/jira/browse/NIFI-9072
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Affects Versions: 1.14.0
Reporter: Mark Bean
Assignee: Mark Bean
The ValidateXML processor can be improved by optionally allowing a flowfile
attribute to be validated instead of only content. A new property, "XML Source
Attribute" is added to the processor. When this property is not empty, it
specifies the attribute name where the XML to be validated is located. This XML
is the source for validation.
In addition, sometimes an XML schema is not known and/or the user simply wants
to validate the XML is well-formed. The existing property, "Schema File" should
be optional. When it is not set, then only basic validation to ensure the XML
is well-formed is performed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)