comma-1.1.0: CSV Parser & Producer

Copyright(c) 2017 Daniel Lovasko
LicenseBSD2
MaintainerDaniel Lovasko <daniel.lovasko@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Text.Comma

Description

 

Synopsis

Documentation

comma Source #

Arguments

:: Text

CSV text

-> Either String [[Text]]

error | table

Parse a block of text into a CSV table.

uncomma Source #

Arguments

:: [[Text]]

table

-> Text

CSV text

Render a table of texts into a valid CSV output.