Class CSVOptions (0.1.7)

CSVOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options to configure CSV formatted reports.

Attributes

NameDescription
record_separator str
Record separator characters in CSV.
delimiter str
Delimiter characters in CSV.
header_required bool
If set, will include a header row in the CSV report.