top of page

CSV to Postgres Automatic Import

This n8n workflow automates importing CSV files stored locally into a PostgreSQL database. It uses a manual trigger, reads the CSV file, converts it into spreadsheet format, and inserts data into Postgres. Key tools: n8n, PostgreSQL, local file system.

bottom of page