• en

csv 1.3.1

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 Aug 24, 2013
Source [http] https://forge.ocamlcore.org/frs/download.php/1235/csv-1.3.1.tar.gz
762593f6216564274962c5f360b406c7
Edit https://github.com/ocaml/opam-repository/tree/master/packages/csv/csv.1.3.1/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.