• en

csv 1.3.0

Authors Richard Jones and Christophe Troestler
License LGPL-2.1 with OCaml linking exception
Homepage https://forge.ocamlcore.org/projects/csv/
Maintainer Christophe.Troestler@umons.ac.be
Tags database and science
Dependencies
ocamlfind
Published May 10, 2013
Source [http] https://forge.ocamlcore.org/frs/download.php/1172/csv-1.3.0.tar.gz
6cbd2eb36603b6c7ccacdc330f3e4d7d
Edit https://github.com/ocaml/opam-repository/tree/master/packages/csv/csv.1.3.0/opam

A pure OCaml library to read and write CSV files.

This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — e.g. quotes, newlines, 8 bit characters in fields, \"0 etc. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts.