SortArrayObjectsByKey Op
This op is deprecated!
It will not receive any updatessort an array of objects by value of object properties
Summary (oneliner)
Lets you sort an array of objects (as i.e. given by CsvArray) by one properties of the containing objects. Can be "nested" properties, use '.' as a seperator then (i.e. dimensions.width).
Full Name
- Ops.Extension.Deprecated.SortArrayObjectsByKey
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch SortArrayObjectsByKey example
INPUT PORTS
Array to sort (Array)
the array of objects to sort
Sort property (String)
sorting property, can be "nested" (i.e. dimensions.width)
Sorting mode index (Number: integer)
OUTPUT PORTS
Sorted array (Array)
the sorted array of objects