From: James Edward Gray II Date: 2005-12-24T02:05:50+09:00 Subject: Re: character safe CSV parser. On Dec 23, 2005, at 3:47 AM, sean.swolfe@gmail.com wrote: > I was running into difficulties with the CSV library in Ruby. I had > some files that were exports from a Filemaker database, and it had > newline and vtab characters within strings. In quoted or unquoted fields? If it was quoted, I'm confident FasterCSV[1] would parse it correctly. If it's unquoted, it's malformed CSV and all bets are off. ;) 1: http://rubyforge.org/projects/fastercsv/ James Edward Gray II