n8n-nodes-base.readbinaryfiles
6 workflows using this node.
What is the n8n-nodes-base.readbinaryfiles node used for in n8n workflows?
n8n-nodes-base.readbinaryfiles n8n workflows are automation templates that use the n8n-nodes-base.readbinaryfiles 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-readbinaryfiles
Convert text to speech with local KOKORO TTS
Disclaimer The Execute Command node is only supported on self hosted (local) instances of n8n. Introduction KOKORO TT...
Import multiple CSV to Google Sheets
This workflow imports multiple CSV files and appends or updates them to a Google Sheets document. Here's a step by st...
Xml to SQL database import
This is an example workflow that imports an XML file into an SQL database. The ReadBinaryFiles node loads the XML fil...
OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1
Primer workflow for OpenAI models: ChatGPT, DALLE 2, Whisper This workflow contains 5 examples on how to work with Op...
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...
Read multiple files from disk
Companion workflow for Read Binary Files node docs