mre/csvtable

Convert CSV strings to Markdown tables

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

pkg:composer/mre/csvtable

dev-master 2019-10-21 13:16 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:37:35 UTC


README

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