Table to Text¶
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: tableDescription: Table with input Text
Output ports¶
- text
Type: textDescription: 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]