Description
A Haskell library for loading and dumping CSV data. It helps programs read tabular text files and write rows back out in a simple exchange format.
Developers use it for import, export, reports, and integrations. CSV varies between tools, so applications should document separators, quoting, encoding, and how row errors are reported.