[Haskell-cafe] Simple CSV parser?

Dmitri O.Kondratiev dokondr at gmail.com
Thu Jun 16 23:38:27 CEST 2011


On Fri, Jun 17, 2011 at 1:27 AM, Felipe Almeida Lessa <
felipe.lessa at gmail.com> wrote:

> 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.
>

Now I know where and how to search,  sorry for trivial questions )
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110617/0733d6d6/attachment.htm>


More information about the Haskell-Cafe mailing list