Tables to Texts¶
Convert Table to Text concatenating all rows of the selected column.
Documentation¶
Auto generated list version of Table to Text.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs:
table.
- Looped Outputs:
text.
For details see the original node.
Definition¶
Input ports¶
- tables
Type: [table]Description: Table with input Text
Output ports¶
- texts
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¶
The node can be found in:
Implementation¶
- class node_text2table.Tables2Texts[source]