Read and Parse Spreadsheet Files in n8n - n8n Workflow | Neura Market
Read and Parse Spreadsheet Files in n8n
Simple workflow to manually read a CSV spreadsheet from disk and parse it into structured JSON data using n8n nodes. Ideal for quick data import demos.
This workflow serves as a companion example for the Spreadsheet File node documentation in n8n. It starts with a Manual Trigger node, which executes on demand. The Read Binary File node then loads a sample CSV file from the specified path (/data/sample_spreadsheet.csv), converting it into binary data. Finally, the Spreadsheet File node processes this binary input to extract and structure the spreadsheet contents into usable JSON format.
The benefits include effortless file reading without custo
Platform
n8n
Category
Travel & Hospitality
Price
$3.99
Creator
BestWorkflows
spreadsheet
csv
file-reading
data-import
n8n-demo
automation
hospitality
guest-communication
file-management
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.