Send Beginners mailing list submissions to beginners@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to beginners-requ...@haskell.org
You can reach the person managing the list at beginners-ow...@haskell.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Re: Anyone suggest .csv file parser? (Jeon-Young Kang) ---------------------------------------------------------------------- Message: 1 Date: Sun, 29 Nov 2015 14:48:33 -0500 From: Jeon-Young Kang <jykan...@gmail.com> To: The Haskell-Beginners Mailing List - Discussion of primarily beginner-level topics related to Haskell <beginners@haskell.org> Subject: Re: [Haskell-beginners] Anyone suggest .csv file parser? Message-ID: <CALWtiK-M4MDcVnDkUWURVGYFhSVB4SRBq4hvyK5nwvT99=v...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Thanks for your recommendation. Now, I am looking through cassava. I just got to know how to import *.csv file to haskell. Then, if I need calculate something (summary, dividing, and so on), can you give me an example source code? Sincerely, On Sun, Nov 29, 2015 at 4:07 AM, Ryan Trinkle <ryan.trin...@gmail.com> wrote: > 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...@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@haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >> > > > _______________________________________________ > Beginners mailing list > Beginners@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > > -- Department of Geography State University of New York at Buffalo jykan...@gmail.com Jeon-Young Kang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151129/b7e3c2bb/attachment-0001.html> ------------------------------ Subject: Digest Footer _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners ------------------------------ End of Beginners Digest, Vol 89, Issue 54 *****************************************