package janestreet_csv

  1. Overview
  2. Docs
val run : ?add_header:string list -> ?sep:char -> Async.Reader.t -> Async.Writer.t -> unit Async.Deferred.t

Transfers a csv from the reader to the writer, canonicalising quoting.

If add_header is passed, then it is added as a header.

OCaml

Innovation. Community. Security.