Converts the context data to CSV with options for the delimiter, enclosure, separator and skipping headers.
Turns your data into CSV text, the comma-separated format that spreadsheets and many older systems read and write. Give it a list of rows, where each row is a set of named values, and it produces one line per row. The settings below let you match the exact CSV style the receiving system expects: which character separates the columns, which character wraps values, and whether the first line carries the column names.