mdtable2csv
A very simple markdown table to CSV converter with no dependencies
Files
This repo contains 32 file(s):
- Makefile
- README.md
- mdtable2csv.awk
- test.sh
- tests/.dir-locals.el
- tests/01-simple.csv
- tests/01-simple.md
- tests/02-separator.csv
- tests/02-separator.md
- tests/03-indented.csv
- tests/03-indented.md
- tests/04-indented-separator.csv
- tests/04-indented-separator.md
- tests/05-escaped-pipes.csv
- tests/05-escaped-pipes.md
- tests/06-whitespace-in-cells.csv
- tests/06-whitespace-in-cells.md
- tests/07-whitespace-in-separator.csv
- tests/07-whitespace-in-separator.md
- tests/08-trailing-whitespace.csv
- tests/08-trailing-whitespace.md
- tests/09-trailing-whitespace-separator.csv
- tests/09-trailing-whitespace-separator.md
- tests/10-optional-leading-pipe.csv
- tests/10-optional-leading-pipe.md
- tests/11-optional-trailing-pipe.csv
- tests/11-optional-trailing-pipe.md
- tests/12-variable-rows-insert-blanks-separator.csv
- tests/12-variable-rows-insert-blanks-separator.md
- tests/13-variable-rows-truncate-extras-separator.csv
- tests/13-variable-rows-truncate-extras-separator.md
- tests/14-separator-leading-trailing-colon.md