@hackage lazy-csv0.5.1
Efficient lazy parsers for CSV (comma-separated values).
Categories
License
BSD-3-Clause
Maintainer
Malcolm Wallace <malcolm.wallace@me.com>
Links
Versions
Installation
Dependencies (2)
Dependents (8)
@hackage/jacinda, @hackage/hmm-hmatrix, @hackage/acme-everything, @hackage/classify-frog, @hackage/hmt-base, @hackage/cassava, Show all…
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.