CSV Pretty Printer

CSV Pretty Printer is a little program that, eh, pretty prints CSV formatted data.

Example

ruby csv_pretty_printer.rb < input > output

Input

A, B, C
ABC, Hello, World!

Output

A   |  B     |  C     
ABC |  Hello |  World!

Download

http://code.vemod.net/svn/csv_pretty_printer/