ListBoxFileInfo 2.4.0

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
Relationships
Name Description
failure A FlowFile will be routed here if there is an error fetching file metadata from the folder.
not.found FlowFiles for which the specified Box folder was not found will be routed to this relationship.
success A FlowFile containing the file metadata records will be routed to this relationship upon successful processing.
Writes Attributes
Name Description
box.folder.id The ID of the folder from which files were fetched
record.count The number of records in the FlowFile
mime.type The MIME Type specified by the Record Writer
error.code The error code returned by Box
error.message The error message returned by Box
See Also