NIFI-12404 Added documentation indicating this controller service does not resolve YAML aliases.

This closes #8070.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This commit is contained in:
dan-s1 2023-11-27 17:07:16 +00:00 committed by Pierre Villard
parent e61665675b
commit 9154b708cc
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5

View File

@ -43,6 +43,7 @@ import java.util.List;
+ "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. "
+ "See the Usage of the Controller Service for more information and examples.")
public class YamlTreeReader extends JsonTreeReader {