csv-columns2md
v0.1.4
Published
Select columns from csv file and then convert them to markdown file
Downloads
2
Readme
csv-columns2md
Select a few columns from csv file, then convert to Markdown file
Install
npm install csv-columns2md -g
Usage
csv2md data.csv -c 1,2,5-7,10
Columns: 1,2,5,6,7 and 10 from data.csv will be converted to Markdown file data.md
csv2md data.csv
Covert all columns of data.csv to Markdown file data.md