Docs
Export column headers in CSV format.
includes/export/abstract-evf-csv-exporter.php
Write to the CSV file, ensuring escaping works across versions of PHP.
Return an array of supported column names and ids.
See if a column is to be exported or not.
Format and escape data ready for the CSV file.
Do the export.