setExportCsvCustomDelimiter()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setExportCsvCustomDelimiter
IOrganizationSettingsService.setExportCsvCustomDelimiter() method
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.
Sets the default CSV delimiter for exports in the organization.
Signature:
setExportCsvCustomDelimiter(delimiter: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
delimiter |
string |
single character delimiter to use for CSV exports. |
Returns:
Promise<void>
promise