CsvToTextile is a tool for converting CSV-tables into Textile-formatted textual tables written in PHP.
The program can be run either from sources or from a PHP Archive (PHAR)
To run from a PHAR-file, download it on your computer and run the following command.
$ php csvtotextile.phar foo.csv --output foo.textile.txt
A PHAR-file can be build from sources with the following command:
$ php -d phar.readonly=0 vendor/bin/phing build-phar