ExtractEmailAttachments 2025.5.31.15¶
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 |
---|---|
attachments |
Each individual attachment will be routed to the attachments relationship |
failure |
FlowFiles that could not be parsed |
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. |