ListBoxFile 2.0.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Lists files in a Box folder. Each listed file may result in one FlowFile, the metadata being written as FlowFile attributes. Or - in case the 'Record Writer' property is set - the entire result is written as records to a single FlowFile. This Processor is designed to run on Primary Node only in a cluster. If the primary node changes, the new Primary Node will pick up where the previous node left off without duplicating all of the data.
Tags
box, storage
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
State Management
Scopes Description
CLUSTER The processor stores necessary data to be able to keep track what files have been listed already. What exactly needs to be stored depends on the 'Listing Strategy'.
Relationships
Name Description
success All FlowFiles that are received are routed to success
Writes Attributes
Name Description
box.id The id of the file
filename The name of the file
path The folder path where the file is located
box.size The size of the file
box.timestamp The last modified time of the file
See Also