Skip to content

oschrenk/csv2mmdtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts a CSV file to a MultiMarkdown formatted table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages