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

  1. Provide File Name: Enter the desired CSV file name.

  2. Set Delimiter: Define a delimiter (default: ,).

  3. Enter Initial Content: Add pre-formatted CSV content.

  4. Process CSV Creation: The component generates a CSV file.


Last updated