Here is a data dump of what I am trying to sort
array
1
struct
col 1
dataid 48
identifier 1
row 1
size_x 4
size_y 1
2
struct
col 1
dataid 42
identifier 2
row 2
size_x 2
size_y 1
3
struct
col 3
dataid 45
identifier 3
row 2
size_x 2
size_y 1
I want to sort by row
first, then col
. Lots of examples how to sort by one data element, but none that talk about secondary elements.