FreeFormTextRecordSetWriter

Description:

Writes the contents of a RecordSet as free-form text. The configured text is able to make use of the Expression Language to reference each of the fields that are available in a Record, as well as the attributes in the FlowFile and variables. If there is a name collision, the field name/value is used before attributes or variables. Each record in the RecordSet will be separated by a single newline character.

Tags:

text, freeform, expression, language, el, record, recordset, resultset, writer, serialize

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
TextTextThe text to use when writing the results. This property will evaluate the Expression Language using any of the fields available in a Record.
Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
Character SetCharacter SetUTF-8The Character set to use when writing the data to the FlowFile

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.