PostgreSQL Export to CSV
detail.loadingPreview
Exports data from a PostgreSQL table to a CSV file.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow connects to a PostgreSQL database, executes a query to fetch data from a specified table, and then exports the retrieved data into a CSV file. It's designed for automating data extraction and transformation tasks.
Key Features
- Connects to PostgreSQL database.
- Executes custom SQL queries.
- Exports query results to a CSV file.
- Includes basic error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure your PostgreSQL credentials in the 'Postgres' node.
- Specify the desired table name in the 'TableName' Set node.
- Execute the workflow manually or via a trigger.
Apps Used
Workflow JSON
{
"id": "a28deb9c-311e-4e76-917c-e310354d7d2d",
"name": "PostgreSQL Export to CSV",
"nodes": 0,
"category": "Data Export",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a28deb9c-311e...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Save SQL Table as CSV
This workflow retrieves data from an SQL table and saves it as a CSV file.
Snowflake CSV Export
Export data from Snowflake to a CSV file.
WordPress Posts to CSV
Export all posts from a WordPress site to a CSV file.
Save MySQL Table as XLSX
Exports data from a specified MySQL table into an XLSX file.
Community Contributed Unverified Spreadsheet
Generates a spreadsheet of products from the database.
Webhook to Spreadsheet Export
Receives data via webhook and exports it as an XLSX spreadsheet.