This node changes the order of the input columns based on the order provided at the second input table. The latter has to contain a string column with columns names as in the first input table. The columns of the first input are then sorted according to this column's (row) order. Columns not part of this sort column are sorted to the start or end or entirely dropped from the output. The sort column must not contain duplicates (node will error out). Unknown column identifiers are ignored.
- Type: TableInput dataTable containing columns to rearrange.
- Type: TableColumn OrderTable containing the new order for the columns.