csvversion
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. A special representation of rows of CSV files with a header is provided. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts.
Tags | database science |
---|---|
Authors | Richard Jones and Christophe Troestler |
License | LGPL-2.1-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/Chris00/ocaml-csv |
Issue Tracker | https://github.com/Chris00/ocaml-csv/issues |
Maintainer | Christophe Troestler <Christophe.Troestler@umons.ac.be> |
Dependencies |
|
Source [http] | https://github.com/Chris00/ocaml-csv/releases/download/1.4.1/csv-1.4.1.tar.gz sha256=9f08e44984f167e90513e24e187e10e75a2d712fa76d8458e2915fbecf47539e md5=800e9220bd6876dcdde8a1c070507bab |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/csv/csv.1.4.1/opam |
Required by