Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 878 Bytes

CSV-Sorter

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.

Documentation

PDF Documentation

Website

http://T-F-S.github.io/csvsorter/

License

This application is licensed under the 3-Clause ("New") BSD license.