Parsing CSV files

Bryn Keller xoltar@xoltar.org
Tue, 29 Jul 2003 08:36:36 -0700


Shawn P. Garbett wrote:

>I did a small search for parsing a comma seperated file in Haskell and didn't 
>find anything-- 
>
I threw one together a while ago:

http://www.xoltar.org/languages/haskell/CSV.hs

which isn't much different than your example, though it does handle 
nested quotation marks.

Bryn