On Tue, Apr 14, 2009 at 10:21 PM, Daniel Moore <yahivin / gmail.com> wrote: > > It reads the comma separated fields using a wonky regex (please let me > know of a better way!). The output is inspected hashes that I eval in There's a nice, friendly CSV library! http://fastercsv.rubyforge.org/ martin