From: James Edward Gray II Date: 2010-02-05T04:25:35+09:00 Subject: Re: Finding duplicate records before creating using FasterCSV On Feb 4, 2010, at 1:15 PM, John Mcleod wrote: > I'm thinking about putting a conditional to check for the duplicates via > column name. Why not just add a validates_uniqueness_of() validation the the Irb model, so it will block the save of duplicate records? James Edward Gray II