Rename columns in Tables

../../../../../_images/rename_columns.svg

Auto generated list version of Rename columns in Table.

In this version, the following ports from the original nodes have been changed to lists which the node loops over:

Looped Inputs:Input.
Looped Outputs:Output.

For details see the original node.

Input ports:
Input:

[table]

Input

Output ports:
Output:

[table]

Output

Configuration:
Mode (mode)
(no description)
Search (src_expr)
Specify the regular expression which will be replaced
Replace (dst_expr)
Specify the regular expression for replacement

The columns in Tables are renamed by the nodes in this category. The renamed columns, together with not modified ones, are then located in the outgoing Tables.

The two nodes in the category provide different approaches to specify the input to the renaming process. One of the nodes uses an additional incoming Table as a dictionary while the other provides the possibility to specify regular expressions for search and replace. For more detailed information about the configuration of the nodes can be found in the documentation of the specific node.

class node_rename_columns.RenameTablesColumns[source]