/csv2svg4md

Generates SVG tables on the fly from CSV given by URL

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

This tool converts CSV tables into SVG images on the fly with a simple web server. You can use it to embed online CSV files into Markdown document, for example on GitHub.

Example

The table which you see below is an SVG image which is generated from a remote CSV (in this case, a Gist) on the fly.

The code for embedding it is shown below the table.

Embedded CSV Table - if it does not work, please notify @lenaschimmel

Code to embed this table:

![Embedded CSV Table - if it does not work, please notify @lenaschimmel](http://csv.lenaschimmel.de/https://gist.githubusercontent.com/lenaschimmel/83c0d17b47ed4c289e1c8ca51ab355a3/raw/edc649abbea36295c932c4b2e430fe8e92d7fc7a/Variantenverdacht_LaborID.csv)

The text inside the square brackets will be shown in case the service should be down - which should then be fixed by me, @lenaschimmel.