ExtractEmailAttachments 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-email-nar
DESCRIPTION¶
Extract attachments from a mime formatted email file, splitting them into individual flowfiles.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that could not be parsed |
attachments |
Each individual attachment will be routed to the attachments relationship |
original |
The original file |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
filename |
The filename of the attachment |
email.attachment.parent.filename |
The filename of the parent FlowFile |
email.attachment.parent.uuid |
The UUID of the original FlowFile. |
mime.type |
The mime type of the attachment. |