Type interface
Represents options for CSV export.
Inheritance
IExportCSVOptions does not extend any other symbol.
IExportCSVOptions is not extended by any other symbol.
Properties
addColumnNames # |
Type Add column names in first row? Export will try to use user-friendly column names where possible, either from Export's @default true |
---|---|
disabled # |
Type Set this option to @since 4.9.11 |
emptyAs # |
Type Replace missing values with this. @default "" (empty string) |
forceQuotes # |
Type 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. @default false |
pivot # |
Type If set to values in rows). @default false |
reverse # |
Type Add rows in reverse order. @default false |
separator # |
Type Separator string to separate columns with. @default "," |
useLocale # |
Type Will try to format numbers and date/time according to user's locale settings. @default true |
useTimestamps # |
Type Use timestamps instead of formatted date/time values. @default false |