File Operations
CSV to Excel Node
Convert a CSV file to an Excel file
This node allows you to convert a csv file to XSLX.
Node Inputs
- CSV to convert to Excel: The name of the CSV file to be converted
- Type:
File
- Type:
For providing the file you have two options:
- If toggle is on Upload: Upload a file by clicking the upload button
- If toggle is on Variable: Reference files from other nodes.
Node Outputs
- XLSX File: The converted XLSX file
- Type:
File
- Example usage:
{{csv_to_excel_0.xlsx_file}}
- Type:
Example
The below example shows a pipeline that converts a CSV file to an Excel file.
- File Node: Loads the CSV file
- File:
File.csv
file created in the CSV Writer Example
- File:
- CSV to Excel Node: Converts the CSV file to an Excel file
- CSV to convert to Excel:
{{file_0.file}}
- CSV to convert to Excel:
- Output Node: Displays the Excel file
- Output:
{{csv_to_excel_0.xlsx_file}}
- Output:
Outputted Excel File