The lazy-csv package
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.
Properties
| Version | 0.4 |
|---|---|
| Dependencies | base (<5), bytestring |
| License | BSD3 |
| 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 repository | darcs get http://code.haskell.org/lazy-csv |
| Executables | csvSelect |
| Upload date | Mon Feb 25 10:31:32 UTC 2013 |
| Uploaded by | MalcolmWallace |
| Built on | ghc-7.6 |
Modules
- Text
Downloads
- lazy-csv-0.4.tar.gz (Cabal source package)
- package description (included in the package)