Text to Table

../../../../_images/text2table.svg

Convert rows of Text into rows in a Table.

Documentation

Convert the Text to a Table, with one column, by separating it into rows using the selected delimiter.

Definition

Input ports

text
Type: text
Description: Input Text

Output ports

table
Type: table
Description: Table with input Text

Configuration

Delimiter (delimiter)

Choose delimiter, a character sequence to separate the Text into rows.

Output name (name)

Specify name for output column. Must be a legal name. See Name restrictions for more info.

Examples

Example flows demonstrating this node:

Implementation

class node_text2table.Text2Table[source]