https://github.com/mre/csvtable
A CSV to Markdown converter
https://github.com/mre/csvtable
csv markdown table
Last synced: about 1 year ago
JSON representation
A CSV to Markdown converter
- Host: GitHub
- URL: https://github.com/mre/csvtable
- Owner: mre
- Created: 2013-04-16T10:49:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T13:16:49.000Z (over 6 years ago)
- Last Synced: 2025-02-06T12:48:19.027Z (about 1 year ago)
- Topics: csv, markdown, table
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSVTable
========
This creates a Markdown table out of CSV input.
## Input
First Header,Second Header
Cell,Content Cell
Content Cell,Another one
## Output
First Header|Second Header
------------|-------------
Cell |Content Cell
Content Cell|Another one