Oct 15
This excellent post shows how.
CSV <--> Active Record in Ruby
Ever needed to interchange data between comma-delimited files and a database? The job is extremely simple with Ruby and its FasterCSV and Ruport gems.This excellent post shows how.
