[Haskell-beginners] Anyone suggest .csv file parser?
Francesco Ariis
fa-ml at ariis.it
Sun Nov 29 02:54:36 UTC 2015
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.
More information about the Beginners
mailing list