Writes the given table as a CSV file.
The table to write
The file path to write the CSV to
The separator to use (default: ,)
,
The newline character to use (default: \n)
\n
Writes the given table as a CSV file.