Description
CSV files can be parsed from OCaml programs for imports, reports, and data-processing tools. This helps developers handle spreadsheet-like text data without writing custom parsing rules.
It is a development library. Users normally receive it as a dependency of software that reads or writes CSV files.