Description
A Haskell library that parses CSV files with Megaparsec while working smoothly with Cassava. It combines detailed parser errors with the CSV data handling expected by Cassava-based code.
Developers use it when CSV import needs clearer diagnostics than a basic parser provides. Better errors help users fix data files faster, especially when row and column locations are shown.