From: James Edward Gray II Date: 2007-09-13T00:08:42+09:00 Subject: Re: CVS parsing, counting rows and row items On Sep 12, 2007, at 9:57 AM, Felix Windt wrote: > If all you want to do is count rows in a CSV file, you're just > counting > lines in a file and don't need the CSV library. CSV fields can contain line ending characters which could throw of your counts. Use a CSV parser unless you are sure about the data content. James Edward Gray II