Using Move Binary Data Node

Describe the issue/error/question

I try to use Move Binary Data node to convert received email to .eml file .
but when i check file info by cortex. it seem remain as JSON .
Please see attached images.
Thank you for your continuous support .



What is the error message (if any)?

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**0.214.3
  • **Database you’re using (default: SQLite):**default
  • **Running n8n with the execution process [own(default), main]:**default
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]:**Docker

Please your support.
How convert IMAP email to eml file .

Best Reagrds

Hi @hasanm, the Move Binary Data node would simply move data from the binary data part of an n8n item into the JSON part of an n8n item. You can check out the documentation at Move Binary Data - n8n Documentation.

It does not automatically convert file types. So if you move JSON data into a binary file, the binary file will simply contain a JSON structure. Meaning you’d need to provide n8n with the files you want to process in your workflow.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.