Description
A parser for CSV files that uses Attoparsec.
Description
An APLv2-licensed Attoparsec-based parser library for comma-separated values (CSV) files. (http:/www.ietf.orgrfc/rfc4180.txt)
README.md
attoparsec-csv
This is a parser for data formatted in the comma separated values (CSV) format.
The code is written in Haskell and uses the Attoparsec parser combinator library.