Texts to Tables¶
Convert rows of Text into rows in a Table.
Documentation¶
Auto generated list version of Text to Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
text.
- Looped Outputs
table.
For details see the original node.
Definition¶
Input ports¶
- texts [text]
Input Text
Output ports¶
- tables [table]
Table with input Text
Configuration¶
- Output name (name)
Specify name for output column. Must be a legal name.
Implementation¶
- class node_text2table.Texts2Tables[source]