File
csv, xlsx Downloader
Download a csv, xlsx file.
Node Input
headers
: Defines the columns for the downloaded file, where each entry specifies a column name and data type.file_name
: The name assigned to the downloaded file.
Node Output
- This node does not produce direct output data fields, as its primary function is file download.
Function
The CSVXLSXDownloader Node creates and downloads a CSV or XLSX file based on the specified headers and file name. This allows for consistent formatting and naming of downloaded files within workflows.
When to Use It?
Use this node when you need to export data into a CSV or XLSX file with specific headers. It is especially useful for tasks involving data reporting, sharing structured information, or saving data in a structured format.