Property description
The excel_export_settings property configures the settings for exporting objects into an Excel file.
Minimal JSON
{
"key": "excel_export_settings"
}{
"setting":{
"key":"excel_export_settings",
"value":{
"allowedImportModes":[
"FULL_RELOAD",
"INSERT",
"UPDATE",
"DELETE"
],
"dateFormat":"MM-dd-yy",
"truncateLongCellValueEnabled":true"joinNumberingAndObjectName":true
}
}
}This example JSON is applicable for the settings asset. The settings in the applications asset are configured differently.
Nested properties
| Property | Description | Value | Mandatory |
|---|---|---|---|
key | excel_export_settings | string | Yes |
value | Specifies settings values. | string | No |
*Supported key values
| Name | Is Single Only | Description |
|---|---|---|
allowedCodeListTypes | No | Allowed code lists. |
allowedHierarchyTypes | No | Allowed hierarchies. |
allowedImportModes | No | Allowed import modes. Supported values are: FULL_RELOAD, MERGE, INSERT, UPDATE, INSERT_UPDATE, DELETE, STAGE, VALIDATE |
dateFormat | No | Date format used in the Excel export file. The list of supported values can be found here. If unspecified, default value is d.m.yyyy (e.g., 1.1.202x). |
defaultCodeListType | No | Default code list. |
defaultHierarchyType | No | Default hierarchy. |
defaultImportMode | No | Default import mode. |
defaultWorkflowState | No | Default workflow state. |
filterApplicationsEnabled | No | Enables filtering of applications. |
filterSpacesEnabled | Yes | Enables filtering of spaces. |
hiddenCodeListSheets | No | Code lists excluded from export. |
hiddenObjectSheetColumns | No | Object columns excluded from export. |
hiddenRelationsSheetColumns | No | Relations excluded from export. |
joinNumberingAndObjectName | Yes | Object numbering and object names appear together in one cell. |
truncateLongCellValueEnabled | No | Determines if long cells will be truncated. |