pipes-key-value-csv: Streaming processing of CSV files preceded by key-value pairs.

[ bsd3, csv, library, pipes, text ] [ Propose Tags ]

Nonstandard CSV files, with the table preceded by a header consisting of key-value pairs are often the output format of varius test equipment, such as digital oscilloscopes.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
devel

Development mode (-Werror).

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3
Dependencies base (>=4.9 && <5), bifunctors (>=5.3 && <5.4), containers (>=0.5.6 && <0.6), data-default-class (>=0.0.1 && <0.2), lens (>=4.12 && <4.15), mtl (>=2.2 && <2.3), pipes (>=4.1 && <4.2), pipes-bytestring (>=2.1 && <2.2), pipes-group (>=1.0 && <1.1), pipes-parse (>=3.0 && <3.1), pipes-safe (>=2.2 && <2.3), pipes-text (>=0.0 && <0.1), reflection (>=1.5 && <2.2), semigroupoids (>=5.0.0 && <5.1), text (>=1.2 && <1.3), vinyl (>=0.5.2 && <0.6), vinyl-utils (>=0.2.0.1 && <0.4) [details]
License BSD-3-Clause
Copyright Marcin Mrotek, 2015
Author Marcin Mrotek
Maintainer marcin.jan.mrotek@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2016-12-12T08:54:51Z
Category Text, Pipes, CSV
Home page https://github.com/marcinmrotek/key-value-csv
Uploaded by mjmrotek at 2016-06-06T05:50:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5060 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-06-06 [all 1 reports]

Readme for pipes-key-value-csv-0.3.0.0

[back to package description]

key-value-csv

Processing CSV files preceded by key-value pairs.