Module Csv_tool_lib.Id

val run : ?add_header:string list -> ?sep:char -> ?suppress_header:bool -> 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.