sortcsv
sortcsv copied to clipboard
Allow sorting csv files with no header row
Currently, sort depends on a header row with column names.
Improve this by allowing a csv file with no header row, and a mechanism to sort by column number instead of name.