n8n-nodes-base.movebinarydata
44 workflows using this node.
What is the n8n-nodes-base.movebinarydata node used for in n8n workflows?
n8n-nodes-base.movebinarydata n8n workflows are automation templates that use the n8n-nodes-base.movebinarydata 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-movebinarydata
Export JSON file to Google Sheets
This workflow exports the contents of a JSON file to Google Sheets.
Import a JSON file from Gmail into a spreadsheet
This workflow imports a JSON file from an email attachment and saves the content into a spreadsheet.
Export CSV file to JSON
This workflow exports a local CSV file to a JSON file.
Markdown timesheet report generation
This tutorial demonstrates the creation of the HTML report via Markdown node. The main idea is to prepare a very long...
Markdown report generation
This workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time She...
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 (2/4): read config
This is the second workflow for the Mattermost Standup Bot. This workflow is called by the 'Standup Bot Worker' workf...
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 (GetKey)
Read a value by key from a local json file. Related workflow: WriteKey Create a subfolder in your n8n homedir: . In d...
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...
Backup n8n workflows to Google Drive
Temporary solution using the undocumented REST API for backups using Google drive. Please note that there are issues...
Manage newsletter signups in Baserow
This is the workflow that I presented at the April 9, 2021 n8n Meetup. This workflow uses Baserow.io to store registr...
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...
Execute multiple command lines based on text file inputs
This workflow takes a text file as input. It pulls the information from the text file and used it as a parameter to e...
Track changes of product prices
This workflow automatically tracks changes on specific websites, typically in e commerce where you want to get inform...
n8n workflow backup management with Dropbox and Airtable
This workflow can be used to save all of your workflows in: 1. a raw state (as a json file in Dropbox) 2. an Airtable...
Store data received from webhook in JSON
Store the data received from the CocktailDB API in JSON
Backs up n8n workflows to NextCloud
Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud)
Listen on new emails on a IMAP mailbox
Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified property on the obj...