Class YamlTreeReader

All Implemented Interfaces:
ConfigurableComponent, ControllerService, RecordReaderFactory

@Tags({"yaml","tree","record","reader","parser"}) @CapabilityDescription("Parses YAML into individual Record objects. While the reader expects each record to be well-formed YAML, the content of a FlowFile may consist of many records, each as a well-formed YAML array or YAML object. 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. See the Usage of the Controller Service for more information and examples.") public class YamlTreeReader extends JsonTreeReader