pgyori commented on code in PR #5964:
URL: https://github.com/apache/nifi/pull/5964#discussion_r856317607
##########
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLReader.java:
##########
@@ -106,12 +107,27 @@ public class XMLReader extends SchemaRegistryService
implements RecordReaderFact
.required(false)
.build();
+ public static final PropertyDescriptor PARSE_XML_ATTRIBUTES = new
PropertyDescriptor.Builder()
+ .name("parse_xml_attributes")
Review Comment:
That is correct. However, in this class underscores were used in the other
property names, and I wanted it to be consistent with that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]