mplewis / csvtomd

📝📊 Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

Added delimiter parameter #6

Closed Kedrigern closed 8 years ago

Kedrigern commented 8 years ago

I add delimiter parameter because many csv files uses another delimiter. Most often ',' or ';'. And of course there is tsv format (delimeter \t). In unix shell you can handover escape char like \t:

./csvtomd.py -d $'\t' tab.tsv
Kedrigern commented 8 years ago

Bump

cprima commented 8 years ago

+1

mplewis commented 8 years ago

Hey everyone! Sorry, this project has been on the backburner but I will try to merge this in soon. I want this functionality too.

mplewis commented 8 years ago

Looks great. Thanks!