lazy-csv: Efficient lazy parsers for CSV (comma-separated values).

[ bsd3, library, program, text ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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 4955 total (25 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]