The csvsorter
program serves to sort CSV files.
It is a Java command-line program which
processes one CSV input file to one CSV output file
controlled by an XML configuration file. Depending on the configuration,
csvsorter
can deal with different formats, separators, delimiters,
various sorting presets, header and no header files.
The csvsorter
program was developed as external sorting program for the
csvsimple
LaTeX
-package. But it can be used for any CSV sorting task.
http://T-F-S.github.io/csvsorter/
This application is licensed under the 3-Clause ("New") BSD license.