Skip to content

Sort Column

Description

This activity sorts the values of columns based on the priority of selected columns. It allows multiple columns and corresponding sort orders to be provided as inputs.


Input

Data Only

Output

Transformed Data


Configuration Fields

  • Column Map
    Specifies the columns to sort, their corresponding sort orders, and the transformations to apply.
    • Column Name of the column to sort.
    • Sort Order Sort order to apply (e.g., Ascending or Descending).

Sample Input

product_idratingdiscount_percentageprice
B07JW9H4J14.264%₹399
B07AB2CD344.550%₹1,499
B07XY1MN674.570%₹999
B07EF3PL883.955%₹799

Sample Configuration

alt text


Sample Output Data (Sorted by Configuration)

product_idratingdiscount_percentageprice
B07XY1MN674.570%₹999
B07AB2CD344.550%₹1,499
B07JW9H4J14.264%₹399
B07EF3PL883.955%₹799