Import CSV Files from Filesystem to PostgreSQL - n8n Workflow | Neura Market
Import CSV Files from Filesystem to PostgreSQL
Automates reading CSV files from your server's filesystem and importing data into an existing PostgreSQL database table.
This n8n workflow enables self-hosted users to automatically import CSV files from the local filesystem into a PostgreSQL database. It starts with a manual trigger, reads the binary CSV file (e.g., /tmp/t1.csv), converts it to structured spreadsheet data, and inserts the rows into a predefined table like 't1' with columns matching the CSV structure (e.g., id int, name varchar).
Key benefits include seamless ETL (Extract, Transform, Load) without manual intervention, reducing errors in data migr
Platform
n8n
Category
Health & Fitness
Price
$9.99
Creator
Matt Buds
CSV
PostgreSQL
Database
Import
Filesystem
ETL
Automation
Data Migration
n8n
Self-Hosted
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.