Contents:
classFactory()
Bases: BaseExporter
BaseExporter
Exporter for CSV tabular format.
Export tabular data to CSV.
output_path – Output file path.
data – A dictionary containing ‘headers’ (list of strings) and ‘rows’ (list of tuples or lists).
True if export successful, False otherwise
Get supported CSV extension.