json-to-csv
json-to-csv copied to clipboard
Header sort improvement
Current the header sorts alphabetically and only takes into account the first digit e.g.
header_0, header_1, header_10, header_11, header_2, header_3 ....
A solution has been found and applied using the following stackoverflow answer.
I've added this code to my own branch so far and it is working fine for me.