Serialises rows to delimited text with a header line.
Values are quoted per RFC 4180 when they contain the separator, a quote or a newline. Columns marked ColumnDef.suppressExport are skipped, and lines are joined with CRLF.
The rows to serialise.
Columns to include, in output order.
The field separator.
The delimited document.
Serialises rows to delimited text with a header line.
Values are quoted per RFC 4180 when they contain the separator, a quote or a newline. Columns marked ColumnDef.suppressExport are skipped, and lines are joined with CRLF.