Sort by Key

Logic Name

Sort by Key

Function

Sorts by the specified condition.

Data Types

Location Type
The first input handler Loop
The second input handler String
Logic output Loop
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Required Sort order Specify the sort order.
Required Order Specify the order.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Function Details

Sort order

Lowercase-first string order
Uppercase-first string order
Numerical order

Specification Limits

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic sorts product list by "price" in numeric ascending order, then outputs the result.
Property Settings
Property Setting
Sort order Numerical Order
Order Ascending
Input Data
Product A,10050
Product B,2468
Product C,3651
Output Data
Product B,2468
Product C,3651
Product A,10050