Sort columns in Table

../../../../_images/sort_table_cols.svg

Sort the columns in incoming table alphabeticaly.

Documentation

Sort the columns in incoming table alphabetically. Output table will have the same columns with the same data but ordered differently.

Definition

Input ports

input table

Table with columns in unsorted order

Output ports

output table

Table with columns in sorted order

Configuration

Sort order (sort_order)

Sort order

Examples

Implementation

class node_sort_columns.SortColumnsInTable[source]