This n8n workflow automates the process of downloading a CSV file from a web API, importing the data, and converting it into an Excel (.xlsx) file. It is triggered manually by the user, making it suitable for situations when updated data extraction and format conversion are needed without continuous automation. The workflow begins with a manual trigger, followed by an HTTP request that downloads CSV data from a specified URL. The CSV file is then imported into n8n, and finally, the data is converted into an Excel format for easier analysis or sharing. This setup is particularly useful for users who frequently need to process datasets from online sources into Excel spreadsheets for reporting or further analysis.
CSV to Excel Conversion Workflow
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | httpRequest, manualTrigger, spreadsheetFile, stickyNote |
Reviews
There are no reviews yet.