csv-conduit: A flexible, fast, conduit-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. Please note that this library started its life based on the enumerator package and has recently been ported to work with conduits instead. In the process, it has been greatly simplified thanks to the modular nature of the conduits library.
Following the port to conduits, the library has also gained the ability to parameterize on the stream type and work both with ByteString and Text.
For more documentation and examples, check out the README at:
http://github.com/ozataman/csv-conduit
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
lib-werror | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- csv-conduit-0.7.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4.1, 0.5.0, 0.5.1, 0.6.2, 0.6.2.1, 0.6.3, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.8.1, 0.7.0.0, 0.7.1.0, 0.7.2.0, 0.7.3.0, 1.0.0.1, 1.0.1.0 |
---|---|
Change log | changelog.md |
Dependencies | array, attoparsec (>=0.10), base (>=4 && <5), blaze-builder, bytestring, conduit (>=1.2.8), conduit-extra, containers (>=0.3), data-default, exceptions (>=0.3), ghc-prim (>=0.2), mmorph, monad-control, mtl (<2.3), ordered-containers, primitive, resourcet (>=1.1.2.1), semigroups, text, transformers, unordered-containers, vector [details] |
Tested with | ghc ==9.0.1, ghc ==8.10.4, ghc ==8.8.4, ghc ==8.8.3, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2 |
License | BSD-3-Clause |
Author | Ozgun Ataman |
Maintainer | Ozgun Ataman <ozataman@gmail.com> |
Revised | Revision 1 made by sjakobi at 2022-05-19T23:47:06Z |
Category | Data, Conduit, CSV, Text |
Home page | http://github.com/ozataman/csv-conduit |
Source repo | head: git clone git://github.com/ozataman/csv-conduit.git |
Uploaded | by MichaelXavier at 2021-07-06T19:46:38Z |
Distributions | Debian:0.7.1.0, Stackage:1.0.1.0 |
Reverse Dependencies | 5 direct, 1 indirect [details] |
Downloads | 20919 total (121 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-07-06 [all 1 reports] |