From: Gavin Kistner Date: 2005-10-30T15:25:15+09:00 Subject: Re: Faster CSV parsing On Oct 29, 2005, at 10:07 PM, William James wrote: > ## Read, parse, and create csv records. > > # The program conforms to the csv specification at this site: > # http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm > # The only extra is that you can change the field-separator. > # For a field-separator other than a comma, for example > # a semicolon: > # Csv.fs=";" > # > # After a record has been read and parsed, > # Csv.string contains the record in raw string format. Thanks for sharing this. You claim 'faster' CSV parsing. Faster than what, and by how much? Got any benchmark results to share?