Type interface
Represents options for CSV export.
Inheritance
IExportCSVOptions does not extend any other symbol.
IExportCSVOptions is not extended by any other symbol.
Properties
addBOM # |
Type Default Add BOM character to output file, so that it can be used with UTF-8 characters properly in Excel. @since 4.10.21 |
---|---|
addColumnNames # |
Type Default Add column names in first row? Export will try to use user-friendly column names where possible, either from Export's |
disabled # |
Type Set this option to @since 4.9.11 |
emptyAs # |
Type Default Replace missing values with this. |
forceQuotes # |
Type Default CSV format does not require enclosing values in quotes, unless it contains strings. This setting can be used to enforce enclosing of all values in CSV with quotes. |
pivot # |
Type Default If set to values in rows). @since 4.6.8 |
reverse # |
Type Default Add rows in reverse order. |
separator # |
Type Default Separator string to separate columns with. |
useLocale # |
Type Default Will try to format numbers and date/time according to user's locale settings. |
useTimestamps # |
Type Default Use timestamps instead of formatted date/time values. |