Csv_tool_lib.Idval run :
?add_header:string list ->
?sep:char ->
?suppress_header:bool ->
Async.Reader.t ->
Async.Writer.t ->
unit Async.Deferred.tTransfers a csv from the reader to the writer, canonicalising quoting.
If add_header is passed, then it is added as a header.