From: Martin DeMello Date: 2009-04-15T03:43:20+09:00 Subject: Re: [QUIZ][SUMMARY] Restoring Data From SQL (#199) On Tue, Apr 14, 2009 at 10:21 PM, Daniel Moore 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