attoparsec-csv: A parser for CSV files that uses Attoparsec

[ library, text ] [ Propose Tags ]

An APLv2-licensed Attoparsec-based parser library for comma-separated values (CSV) files. (http:/www.ietf.orgrfc/rfc4180.txt)


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0
Dependencies attoparsec, base (>=4.5 && <4.7), text [details]
License LicenseRef-OtherLicense
Author Robin Bate Boerop <me@robinbb.com>
Maintainer Robin Bate Boerop <me@robinbb.com>
Category Text
Home page https://github.com/robinbb/attoparsec-csv
Bug tracker https://github.com/robinbb/attoparsec-csv/issues
Source repo head: git clone https://github.com/robinbb/attoparsec-csv.git
Uploaded by RobinBateBoerop at 2012-12-06T18:27:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2540 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for attoparsec-csv-0.1.0.1

[back to package description]

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.