n8n-nodes-base.writebinaryfile
43 workflows using this node.
What is the n8n-nodes-base.writebinaryfile node used for in n8n workflows?
n8n-nodes-base.writebinaryfile n8n workflows are automation templates that use the n8n-nodes-base.writebinaryfile node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-writebinaryfile
Prepare CSV files with GPT-4
This workflow generates CSV files containing a list of 10 random users with specific characteristics using OpenAI's G...
Create 2 XML files: with and without XML attributes
This workflow demonstrates two ways of exporting data from SQL to XML. First, several random records are received fro...
Working with Excel spreadsheet files (xls & xlsx)
This workflow will help guide you through obtaining a spreadsheet file, reading it, making a change then saving it to...
Move data between JSON and spreadsheets
This workflow illustrates how to convert data from JSON to binary format and import JSON data or files into Google Sh...
Export CSV file to JSON
This workflow exports a local CSV file to a JSON file.
Extend n8n with additional tools
This workflow extends n8n and uses R language graphic capabilities. This is a Telegram bot which fetches weather data...
Standup bot (3/4): override config
This is the third bot for the Mattermost Standup Bot. This workflow will override or update the configuration file as...
Standup bot (1/4): initialize
This is the first of 4 workflows for a Mattermost Standup Bot. This workflow will create a default configuration file...
Send a message to Telegram on a new item saved to Reader
What is it This workflow aims to build a simple bot that will send a message to a telegram channel every time there i...
Simple file based key value store (WriteKey)
Store a key with a value in a local json file. Multiple keys could be saved in a single file. Related workflow: GetKe...
Scrape and store data from multiple website pages
This workflow allows extracting data from multiple pages website. The workflow: 1) Starts in a country list at https:...
Monitor a file for changes and send an alert
This flow monitors a file for changes of its content. If changed, an alert is sent out and you receive it as push, SM...
Track changes of product prices
This workflow automatically tracks changes on specific websites, typically in e commerce where you want to get inform...
Store data received from webhook in JSON
Store the data received from the CocktailDB API in JSON
Export WordPress posts to spreadsheet
Export WordPress Posts to Spreadsheet and download .csv to your local machine.
Write a file to the host machine

Download a file from Google Drive
Companion workflow for Google Drive node docs
Write JSON to disk (binary)
The “Write Binary File” expects binary data. The JSON data is, however, JSON ;) There should really be a node that al...
Transfer data from Postgres to Excel
1. Read data from Postgres 1. Converting it to XLS 1. Save it to disk