1
0
mirror of https://github.com/anthonyaxenov/csv2md.git synced 2025-02-06 07:02:18 +08:00
2022-02-17 13:07:22 +08:00
2022-02-16 17:49:22 +08:00
2022-02-16 17:49:22 +08:00
2022-02-16 17:49:22 +08:00
2022-02-16 17:49:22 +08:00
2022-02-16 17:49:22 +08:00
2022-02-17 11:41:04 +08:00

csv2md

Stupidly simple tool to convert csv-file to markdown table.

Outputs result in stdout.

Usage

csv2md example.csv > example.md # save result to new file
csv2md example.csv | less       # view result using pager

...anything is possible with redirection and piping

IMPORTANT:

  • input file must be valid csv
  • whitespaces allowed only between double-quotes

Examples can be found here: https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html

Compilation

  1. Install go.
  2. Clone this repo.
  3. Run make help to get help or go run . <csv_path> to build and run temporary binary.

License

MIT

Description
Stupidly simple tool to convert csv-file to markdown table
Readme MIT 59 KiB
Languages
Go 78.2%
Makefile 21.8%