On Thu, Jun 16, 2011 at 6:21 PM, Dmitri O.Kondratiev <doko...@gmail.com> wrote:
> This time I am looking for a simple CSV parser that supports commas and
> quotes. I have no time now to learn Parsec, so I hope to find something
> simple and easy to use.

1. Go to http://hackage.haskell.org/packages/archive/pkg-list.html

2. Press Ctrl+F, look for "CSV".

3. Find many packages [1,2,3,4,5]

4. See which one suits better your needs.

[1] http://hackage.haskell.org/package/bytestring-csv
[2] http://hackage.haskell.org/package/csv-enumerator
[3] http://hackage.haskell.org/package/spreadsheet
[4] http://hackage.haskell.org/package/csv
[5] http://hackage.haskell.org/package/ssv

-- 
Felipe.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to