This workflow automates the process of exporting data from a specified SQL table into a CSV file. It begins with a manual trigger, allowing you to specify the table name. The workflow then executes a SQL query to retrieve the data, which is subseq...
This workflow automates the process of exporting data from a specified SQL table into a CSV file. It begins with a manual trigger, allowing you to specify the table name. The workflow then executes a SQL query to retrieve the data, which is subsequently saved as a CSV file. This CSV can be easily downloaded, emailed, or stored as needed. This setup is particularly useful for routine data exports and sharing.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Sarah Chen
set
stickyNote
microsoftSql
manualTrigger
spreadsheetFile
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.