Table to Tables

../../../../../_images/table2tables.svg

The internal dataformat Table can either be represented with a single Table or with a list of Tables. Most of the nodes that operates upon Tables can handle both representations, but there exist nodes which only can handle one of the two. With the considered node it is possible to make a transition from a single Table into a list of Tables. There do also exist a node for the opposite transition, Get Item Table. These two simple operations widen the spectrum of available Table operations in the standard library.

class node_table2tables.Table2Tables(*args, **kwargs)[source]

Convert Table into Tables. The incoming Table will be the only element in the output.

Inputs:
port0 : Table

Table with data

Outputs:
port1 : Tables

Tables with the incoming Table as its only element.

Configuration:

No configuration

Opposite node:

Get Item Table

Ref. nodes: