ListBoxFileInfo 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Fetches file metadata for each file in a Box Folder. Takes a flowFile with a folder ID attribute and outputs flowFiles with records containing all file metadata.

Tags

box, fetch, files, folder, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
Folder IDThe ID of the folder from which to fetch files.
Minimum File AgeThe minimum age a file must be in order to be considered; any files younger than this will be ignored.
Record WriterSpecifies the Controller Service to use for writing the metadata records. Must be set.
Search RecursivelyWhen ‘true’, will include files from sub-folders. Otherwise, will return only files that are within the folder defined by the ‘Folder ID’ property.

Relationships

NameDescription
failureA FlowFile will be routed here if there is an error fetching file metadata from the folder.
not.foundFlowFiles for which the specified Box folder was not found will be routed to this relationship.
successA FlowFile containing the file metadata records will be routed to this relationship upon successful processing.

Writes attributes

NameDescription
box.folder.idThe ID of the folder from which files were fetched
record.countThe number of records in the FlowFile
mime.typeThe MIME Type specified by the Record Writer
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also