Save SQL Table as CSV
detail.loadingPreview
This workflow retrieves data from an SQL table and saves it as a CSV file.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automate the process of extracting data from a specified SQL table and exporting it into a CSV file. It's a common task for data backup, reporting, or integration purposes.
Key Features
- Dynamically specify the SQL table name.
- Execute custom SQL queries.
- Save the query results as a CSV file.
- Configurable file naming convention.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'Microsoft SQL account' credentials.
- In the 'TableName' node, set the desired SQL table name.
- Trigger the workflow manually or via a schedule.
Apps Used
Workflow JSON
{
"id": "6e344c5b-bcc7-4ca0-b036-00640063e325",
"name": "Save SQL Table as 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: 6e344c5b-bcc7...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Snowflake CSV Export
Export data from Snowflake to a CSV file.
PostgreSQL Export to CSV
Exports data from a PostgreSQL table to a CSV file.
Save MySQL Table as XLSX
Exports data from a specified MySQL table into an XLSX file.
WordPress Posts to CSV
Export all posts from a WordPress site to a CSV file.
Webhook to Spreadsheet Export
Receives data via webhook and exports it as an XLSX spreadsheet.
Community Contributed Unverified Spreadsheet
Generates a spreadsheet of products from the database.