Import CSV files from Filesystem into Postgres
-- Disclaimer: This template is mainly made for self-hosted users who can reach CSV files in their file system. For Cloud users, just replace the first few nodes with your file system of choice, like Google Drive or Dropbox --
How to automatically import CSV files into postgres
1、project description This workflow demonstrates how CSV file can be automatically imported into existing PostgreSQL database.
Before running the workflow please make sure you have a file on the server: /tmp/t1.csv
The name of the test database is db01, and you can replace it.
then create table t1 create table t1(id int,name varchar(10));
And the content of the file is the following: |id|name| |-|-|-| |1|a| |2|b| |3|c|
2、Other If you want to import a custom csv file, please refer to the following methods. 2.1、Create a table in the database SQL Commands: https://www.postgresql.org/docs/current/sql-createtable.html
2.2、Upload csv file Upload csv file to N8N server and make sure it can be read.
Related Templates
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments