rsmp-nordic / sxl-tools

Exports signal exchange lists (SXL) used by RSMP from Excel-format to CSV, RST and YAML format
MIT License
0 stars 0 forks source link

yaml2xlsx: doesn't sort based and commandCodeId #30

Closed otterdahl closed 2 years ago

otterdahl commented 2 years ago

It should sort commandCodeId:

M0001
M0002
M0003

but right now it doesn't sort at all:

M0002
M0001
M0003