Frames-dsv: Alternative CSV parser for the Frames package

[ bsd3, data, library ] [ Propose Tags ]

Alternative CSV parser for the Frames package. In cases where the built-in Frames CSV parser does not work (e.g. when dealing with data files that include newlines embedded in data values), the parsers exposed here may help.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1, 0.1.2
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring, Frames (>=0.6), hw-dsv (>=0.3 && <0.5), pipes (>=4.1 && <5), template-haskell, text, vector, vinyl [details]
License BSD-3-Clause
Copyright 2018 Anthony Cowley
Author Anthony Cowley
Maintainer acowley@gmail.com
Category Data
Home page https://github.com/acowley/Frames-dsv#readme
Source repo head: git clone https://github.com/acowley/Frames-dsv
Uploaded by AnthonyCowley at 2020-01-13T18:08:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1783 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-13 [all 1 reports]

Readme for Frames-dsv-0.1.2

[back to package description]

Use the hw-dsv package to parse CSV data into the Frames Haskell data frames library.