• en

csv 1.3.2

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 Nov 6, 2013
Source [http] https://forge.ocamlcore.org/frs/download.php/1298/csv-1.3.2.tar.gz
23c71896013c69af55c868868f308236
Edit https://github.com/ocaml/opam-repository/tree/master/packages/csv/csv.1.3.2/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.