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

Copyright(c) Marcin Mrotek, 2015
LicenseBSD3
Maintainermarcin.jan.mrotek@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Pipes.KeyValueCsv.Cell

Description

Automated parsing of single cells.

Synopsis

Documentation

class FromCell c where Source

Parse a single cell. For more information about parsing with Pipes, see Pipes.Parse.Tutorial.