pvillard31 commented on code in PR #8070:
URL: https://github.com/apache/nifi/pull/8070#discussion_r1408117403
##########
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/yaml/YamlTreeReader.java:
##########
@@ -43,6 +43,7 @@
+ "If an array is encountered, each element in that array will be
treated as a separate record. "
+ "If the schema that is configured contains a field that is not
present in the YAML, a null value will be used. If the YAML contains "
+ "a field that is not present in the schema, that field will be
skipped. "
+ + "Please note this controller service does not support resolving the
use of YAML aliases. Any alias present will be treated as a string."
Review Comment:
```suggestion
+ "Please note this controller service does not support resolving
the use of YAML aliases. Any alias present will be treated as a string. "
```
--
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]