Lehel44 commented on code in PR #5964:
URL: https://github.com/apache/nifi/pull/5964#discussion_r850530953


##########
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:
   I think generally dashes are used in property names instead of underscores.



-- 
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]

Reply via email to