mplewis / csvtomd

đź“ťđź“Š Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

Create md file for the output #5

Closed rischanlab closed 9 years ago

rischanlab commented 9 years ago

I am new in python, your code is very helpful for me. I have large csv file that want to converted to md, so I put some code to store in md file not print out that. I also added some information in readme file for user who want to use docker to run this code. If you interested, just check it :D

mplewis commented 9 years ago

I like the Docker instructions and the option to store to Markdown.

I'd like to implement this in a slightly different way—using a -s or --save-file flag to specify file output instead of stdout. I'll take a crack at this, using what you built as a base. Thanks for the PR!

rischanlab commented 9 years ago

Ok, that's fine :+1: :D