Reorder According to Given Indices

Function

This Step sorts a list of values according to the input index list.

Usage Scenario

This Step is a general numerical sorting Step. This Step has no fixed usage scenarios. This Step is outdated. Please use the newer Step Reorder by Index List.

Input and Output

  • Input:

  1. List of data input to this port will be sorted according to the input index list.

  2. Index list used to sort the input data.

  • Output:

  1. Sorted data list.