Description

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. This version can be used with the monadic concurrency library LWT.

Tags

csv database science

Published: 06 Sep 2017

Dependencies (6)

  1. lwt >= "2.4.7"
  2. base-unix
  3. base-bytes
  4. jbuilder >= "1.0+beta7"
  5. csv = "2.0"
  6. ocaml >= "4.02.3"

Reverse Dependencies

    None

Conflicts

    None