Description
A Haskell library for parsing and encoding CSV data. It helps programs import spreadsheet-like files, export tabular data, and map rows to Haskell types.
Developers use it for reports, data importers, admin tools, and integrations. CSV files often vary in quoting, separators, and encodings, so user-facing tools should report row and field errors clearly.