Table to Text

../../../../_images/table2text.svg

Convert Table to Text concatenating all rows of the selected column.

Documentation

Convert the selected Table column to Text, by concatenating all rows. The column must be of text type. Before concatenating, the delimiter is inserted in-between rows.

Definition

Input ports

table
Type: table
Description: Table with input Text

Output ports

text
Type: text
Description: Output Text

Configuration

Delimiter (delimiter)

Choose delimiter, a character sequence to separate the rows

Column name (name)

Specify name for input column.

Examples

Example flows demonstrating this node:

Implementation

class node_text2table.Table2Text[source]