ssv

Comma-separated-value (CSV) read, show and write routines

https://github.com/BartMassey/ssv

Latest on Hackage:0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Bart Massey
Maintained by [email protected]

This modules provides conversion routines to and from "something-separated values", especially the infamous "comma separated value" (CSV) format. It attempts to adhere to the spirit and (mostly) to the letter of RFC 4180, which defines the 'text/csv' MIME type.