Skip to main content

StandardFileResourceService

Description

Provides a file resource for other components. The file needs to be available locally by Nifi (e.g. local disk or mounted storage). NiFi needs to have read permission to the file.

Tags

file, resource

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
File Path *file-path${absolute.path}/${filename}Path to a file that can be accessed locally.

Supports Expression Language, using FlowFile attributes and Environment variables.

State Management

This component does not store state.

Restricted

Required PermissionExplanation
read filesystemProvides operator the ability to read from any file that NiFi has access to.

System Resource Considerations

This component does not specify system resource considerations.

See Also