This library defines CSV data types and a CSV parser for Haskell.
The data type ensures that anything that parses successfully strictly follows the grammar defined in RFC 4180 - https://tools.ietf.org/html/rfc4180#page-2.
This library defines CSV data types and a CSV parser for Haskell.
The data type ensures that anything that parses successfully strictly follows the grammar defined in RFC 4180 - https://tools.ietf.org/html/rfc4180#page-2.