CsvDelimiterPreset
Home > @gooddata/sdk-model > CsvDelimiterPreset
CsvDelimiterPreset type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Identifier of a CSV delimiter preset, "custom" when the user provides their own character, or "inherit" when no delimiter should be sent and the backend-resolved default should apply.
Signature:
export type CsvDelimiterPreset = CsvDelimiterPresetId | "custom" | "inherit";
References: CsvDelimiterPresetId
Remarks
"custom" and "inherit" are sentinels with no delimiter character of their own; only CsvDelimiterPresetId members are valid keys into CSV_DELIMITER_PRESETS.