Create CSV
Description
Create a new CSV file with an initial text content.
Input Parameters
Parameter
Type
Required
Description
filename
string
✅
The name of the CSV file.
initialContent
string
✅
CSV formatted content to initialize the new file.
delimiter
string
✅
A character to use as a delimiter between columns.
Output Parameters
Parameter
Type
Description
out
object
Generates an output port with headers.
Instructions
Provide File Name: Enter the desired CSV file name.
Set Delimiter: Define a delimiter (default:
,
).Enter Initial Content: Add pre-formatted CSV content.
Process CSV Creation: The component generates a CSV file.
Last updated