RecordReaderFactory
Implementations: JsonPathReader
Syslog5424Reader
CSVReader
JsonTreeReader
GrokReader
ExcelReader
ParquetReader
ReaderLookup
CEFReader
WindowsEventLogReader
ProtobufReader
SyslogReader
AvroReader
XMLReader
ScriptedReader
YamlTreeReader
Supports Sensitive Dynamic Properties: No
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|---|---|
Record Path property | The Record Path value | A Record Path value, pointing to a field of type ARRAY containing RECORD objects Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Name | Description |
---|---|
failure | In case a FlowFile generates an error during the fork operation, it will be routed to this relationship |
original | The original FlowFiles will be routed to this relationship |
fork | The FlowFiles containing the forked records will be routed to this relationship |
Name | Description |
---|---|
record.count | The generated FlowFile will have a 'record.count' attribute indicating the number of records that were written to the FlowFile. |
mime.type | The MIME Type indicated by the Record Writer |
<Attributes from Record Writer> | Any Attribute that the configured Record Writer returns will be added to the FlowFile. |