[Haskell-cafe] Simple CSV parser?
Felipe Almeida Lessa
felipe.lessa at gmail.com
Thu Jun 16 23:27:46 CEST 2011
On Thu, Jun 16, 2011 at 6:21 PM, Dmitri O.Kondratiev <dokondr at 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.
More information about the Haskell-Cafe
mailing list