csv-enumerator: A flexible, fast, enumerator-based CSV parser library for Haskell.
CSV files are the de-facto standard in many situations involving data transfer, particularly when dealing with enterprise application or disparate database systems.
While there are a number of CSV libraries in Haskell, at the time of this project's start in 2010, there wasn't one that provided all of the following:
Full flexibility in quote characters, separators, input/output
Constant space operation
Robust parsing, correctness and error resiliency
Convenient interface that supports a variety of use cases
Fast operation
This library is an attempt to close these gaps.
For more documentation and examples, check out the README at:
http://github.com/ozataman/csv-enumerator
The API is fairly well documented and I would encourage you to keep your haddocks handy. If you run into problems, just email me or holler over at #haskell.
[Skip to Readme]
Downloads
- csv-enumerator-0.9.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.8, 0.8.2, 0.9.0, 0.9.2, 0.9.2.1, 0.9.3, 0.9.5, 0.10.1.0, 0.10.1.1, 0.10.2.0 |
---|---|
Dependencies | attoparsec (>=0.8 && <0.10), attoparsec-enumerator (>=0.2.0.3), base (>=4 && <5), bytestring, containers (>=0.3), directory, enumerator (>=0.4.5 && <0.5), safe, transformers (>=0.2), unix-compat (>=0.2.1.1) [details] |
License | BSD-3-Clause |
Author | Ozgun Ataman |
Maintainer | Ozgun Ataman <ozataman@gmail.com> |
Category | Data |
Home page | http://github.com/ozataman/csv-enumerator |
Uploaded | by OzgunAtaman at 2011-06-29T01:28:47Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 7806 total (40 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] |