- make-csv-writer OUT-OR-STR #!optional WRITER-SPECprocedure
Returns a procedure of 1 argument, a scheme-object, the ROW-DATA-OBJECT.
OUT-OR-STR is output-port or string. A string is interpreted as a pathname to yield an output-port.
See writer-spec below for the default WRITER-SPEC.
When the ROW-DATA-OBJECT is a list then it is interpreted as row data. Otherwise assumed to be a comment.
The ROW-DATA-OBJECT argument will be converted to an output string, according to the associated csv-writer-spec, and printed to the associated output-port.