Online documentation, manuals and tutorials
< All Topics
Print

CSVStringify

Description

Converts the Flow value to a CSV string and sends it to the result output.

Properties

Specific

Input

EXPRESSION (any)

Flow value that will be converted into a CSV string.

Delimiter

EXPRESSION (string)

Defines the character used to delimit fields within a CSV record. The default delimiter is ",".

Header

EXPRESSION (boolean)

If it is set to True, the first record will contain the names of the columns.

Quoted

EXPRESSION (boolean)

If it is set to True, all non-empty fields will be quoted even if there are no characters that require quoting.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

input

DATA(string) | MANDATORY

The Flow value to be converted into a CSV string is received through this Input. This Input can be deleted (we delete it in the Flow – inputs list) if it is not needed, i.e. if we want to parse the string obtained by evaluating an arbitrary expression set through the Input property.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

result

DATA(string) | MANDATORY

The constructed CSV string is sent through this output.

Examples

  • CSV
Page content