StandardFileResourceService 2.0.0

Bundle
org.apache.nifi | nifi-file-resource-service-nar
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
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties
  • File Path
    Path to a file that can be accessed locally.
    Display Name
    File Path
    Description
    Path to a file that can be accessed locally.
    API Name
    file-path
    Default Value
    ${absolute.path}/${filename}
    Expression Language Scope
    Environment variables and FlowFile Attributes
    Sensitive
    false
    Required
    true
Restrictions
Required Permission Explanation
read filesystem Provides operator the ability to read from any file that NiFi has access to.