From: "sean.swolfe@..." Date: 2005-12-24T03:22:50+09:00 Subject: Re: character safe CSV parser. Interesting. I didn't see this package when I was searching for info on CSV and Ruby. The fields do use quoted text. The reason I looked into my own method was that the CSV Library in Ruby , and a lot of other methods would not work right if a string(inside quotes) had a newline character (or other control characters for that matter). I'll try out the FasterCSV, and see how it works for me. Thanks.