Sort columns in Table

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

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

Ports:

Inputs:

input:

table

Table with columns in unsorted order

Outputs:

output:

table

Table with columns in sorted order

Configuration:

sort_order
Sort order
class node_sort_columns.SortColumnsInTable[source]