Writing html string to a binary file

I am attempting to convert an HTML string into a binary file. While I successfully created a binary file using the now-deprecated “Convert to/from binary data (Node Version 1),” I am seeking a solution using the currently active version of the nodes.

Information on your n8n setup

  • n8n version: 1.80.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: mac os sonama

The string can get base64 encoded either using a Edit node, or in the script directly.

1 Like

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