ExtractEmailAttachments 2025.10.9.21¶
Bundle¶
org.apache.nifi | nifi-email-nar
Description¶
Extract attachments from a mime formatted email file, splitting them into individual flowfiles.
Tags¶
email, split
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. |