lazy-csv: Efficient lazy parsers for CSV (comma-separated values).
The CSV format is defined by RFC 4180. These efficient lazy parsers (String and ByteString variants) can report all CSV formatting errors, whilst also returning all the valid data, so the user can choose whether to continue, to show warnings, or to halt on error. Valid fields retain information about their original location in the input, so a secondary parser from textual fields to typed values can give intelligent error messages.
Downloads
- lazy-csv-0.5.1.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.4, 0.5, 0.5.1 |
---|---|
Dependencies | base (<5), bytestring [details] |
License | BSD-3-Clause |
Copyright | Malcolm Wallace, Ian Lynagh, and Well Typed LLP |
Author | Malcolm Wallace <malcolm.wallace@me.com>, Ian Lynagh <igloo@earth.li> |
Maintainer | Malcolm Wallace <malcolm.wallace@me.com> |
Category | Text |
Home page | http://code.haskell.org/lazy-csv |
Source repo | head: darcs get http://code.haskell.org/lazy-csv |
Uploaded | by MalcolmWallace at 2015-06-25T08:16:42Z |
Distributions | Debian:0.5.1, LTSHaskell:0.5.1, NixOS:0.5.1, Stackage:0.5.1 |
Reverse Dependencies | 5 direct, 12 indirect [details] |
Executables | csvSelect |
Downloads | 5117 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-06-25 [all 1 reports] |