The command line util to parse and convert tables between diferent formats.
The unique feature is prety print.
- csv
- html
- csv
- html
- LaTeX
- makrkdown
- Markdown (as input)
- LaTeX (as input)
Classic unix usage:
./tabulator.exe table.csv
or
./tabulator.exe -i csv -f LaTeX -o output.file.tex tab1.csv tab2.csv
that means "inputn format csv, output format LaTex, output file output.file.tex and to process: tab1.csv, tab2csv"