this option will specify the text delimiter. Can be " or ' (default ").
this option will specify the field separator. Default ,. Can be any ascii character or 'tab' for tab and 'space' for space.
this option will determine the character set. Should be an integer. See: https://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Filter_Options#Filter_Options_for_Lotus.2C_dBase_and_DIF_Filters for possible values. Default 0 or system encoding.
The dict representation of these csv options.
the dict representation of these csv options
Generated using TypeDoc
Class of optional csv options. The properties of this class define all possible csv output options. All of them are optional, which is why passing an instance of this class in an OutputConfig is also optional. These options can be used when the template is xlsx and the output is csv.