Home > csv2mmdtable

csv2mmdtable

Csv2mmdtable is a project mainly written in Java, it's free.

Converts a CSV file to a MultiMarkdown formatted table.

README

Converts a csv file to a MultiMarkdown formatted table.

All headers and fields will be left-aligned, no headers are grouped, every fields has default format.

Building

mvn clean package

Usage

./csv2mmdtable path/to/file.csv

You can also set the charset of the file (defaults to UTF-8)

./csv2mmdtable -c ISO-8859-1 path/to/file.csv
./csv2mmdtable --charset ISO-8859-1 path/to/file.csv
Previous:VU-EC