PutRecord 2025.10.9.21

Bundle

org.apache.nifi | nifi-standard-nar

Description

The PutRecord processor uses a specified RecordReader to input (possibly multiple) records from an incoming flow file, and sends them to a destination specified by a Record Destination Service (i.e. record sink).

Tags

put, record, sink

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
put-record-include-zero-record-resultsIf no records are read from the incoming FlowFile, this property specifies whether or not an empty record set will be transmitted. The original FlowFile will still be routed to success, but if no transmission occurs, no provenance SEND event will be generated.
put-record-readerSpecifies the Controller Service to use for reading incoming data
put-record-sinkSpecifies the Controller Service to use for writing out the query result records to some destination.

Relationships

NameDescription
failureA FlowFile is routed to this relationship if the records could not be transmitted and retrying the operation will also fail
retryThe original FlowFile is routed to this relationship if the records could not be transmitted but attempting the operation again may succeed
successThe original FlowFile will be routed to this relationship if the records were transmitted successfully