PutRecord 2.3.0

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

Property

Description

put-record-include-zero-record-results

If 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-reader

Specifies the Controller Service to use for reading incoming data

put-record-sink

Specifies the Controller Service to use for writing out the query result records to some destination.

RELATIONSHIPS

NAME

DESCRIPTION

failure

A FlowFile is routed to this relationship if the records could not be transmitted and retrying the operation will also fail

retry

The original FlowFile is routed to this relationship if the records could not be transmitted but attempting the operation again may succeed

success

The original FlowFile will be routed to this relationship if the records were transmitted successfully

Language: English