From: Peter Hickman Date: 2010-04-16T20:27:21+09:00 Subject: Re: DB to CSV --001485f7791a234f44048458e463 Content-Type: text/plain; charset=ISO-8859-1 Further hacking reveals that this might be a better option to create the file. CSV.open("testfile.csv","w", ";") do |csv| Note we are no longer using the :col_sep => ";" notation but we do get the ; as a record / column separator. --001485f7791a234f44048458e463--