[Haskell-beginners] Anyone suggest .csv file parser?

Ryan Trinkle ryan.trinkle at gmail.com
Sun Nov 29 09:07:23 UTC 2015


I'd recommend taking a look at cassava
<https://hackage.haskell.org/package/cassava>.

On Sat, Nov 28, 2015 at 9:54 PM, Francesco Ariis <fa-ml at ariis.it> wrote:

> On Sat, Nov 28, 2015 at 09:42:58PM -0500, Jeon-Young Kang wrote:
> > Hi all.
> >
> > I am working on import *.csv file into haskell.
> >
> > [..]
> >
> > What is the best for this purpose?
>
> I use http://hackage.haskell.org/package/csv and never had troubles
> with it. `parseCSV` returns a list of lists ([[String]]) which is
> easy enough to manipulate for whatever you need.
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151129/1a77f377/attachment.html>


More information about the Beginners mailing list