A set of quick and dirty scripts for working with CSV files.
Converts a csv table to an html table. Example Usage:
$ php csv2html.php <my-csv-file>
Converts a csv table to flattened mark down document. Example Usage:
$ php csv2md.php <my-csv-file>