cadenza

<configuration
>
required
<databaseNetworkTimeout
>
optional
int

Timeout for access to database network resources (through JDBC) in seconds.

Default: 300

</databaseNetworkTimeout>
<httpNetworkTimeout
>
optional
int

Timeout for access to network resources (e.g. WMS servers) in seconds.

Default: 10

</httpNetworkTimeout>
<httpProxy
>
optional
Choice: Choose only ONE of the following
<host
>
required
string
</host>
<port
>
required
int
</port>
<userName
>
optional
string
</userName>
<password
>
optional
string
</password>
<excludedHosts
>
optional

Hosts for which the proxy should not be used.

<host
>
optionalmax. unbounded
string
</host>
</excludedHosts>
<useSystemDefaults
>
optional
boolean

If set to true, the system proxy will be used.

Default: false

</useSystemDefaults>
Choice End
</httpProxy>
<variablesFile
>
optional
string

The filename of the XML file containing the variable declarations. This should not typically be configured as there is a sensible default.

Default: variables.xml

</variablesFile>
<repositoryListFile
>
optional
string

The filename of the XML file containing the repositories. This should not typically be configured as there is a sensible default.

Default: repositoryList.xml

</repositoryListFile>
<view
>
required
<nullValueDisplayText
>
optional
string

Alternative text that is displayed for NULL values of an attribute, e.g. the number “0” or the character “-”.

For measures, this alternative text can be overridden in the Management Center, in the workbook, or in the data view. All data queries and calculations are based on the actual attribute values; the alternative text is only used for display.

Default: NULL

</nullValueDisplayText>
</view>
<exportSettings
>
optional
<default
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
>
optional

Export settings specified here will be used as defaults for more specific formats such as CSV if there are no format specific export settings configured. If the default export settings is not specified or doesn't specify some configuration option, the format specific hardcoded defaults will be used. The behavior of this configuration on the export in Desktop is not defined.

Note that shapefile export doesn't support the warning and maximum row count configuration at the moment as it uses a separate endpoint.

</default>
<xlsx
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
<filterAssignmentTargetSheet
xsd:string
NEW_SHEET
DATA_SHEET
>
optional

Only regarded in Workbooks. Default: NEW_SHEET for writing the filter assignment to a new sheet. Other option: DATA_SHEET for putting the filter assignment into the sheet with the data ABOVE the data.

Default: NEW_SHEET

</filterAssignmentTargetSheet>
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
<filterAssignmentTargetSheet
xsd:string
NEW_SHEET
DATA_SHEET
>
optional

Only regarded in Workbooks. Default: NEW_SHEET for writing the filter assignment to a new sheet. Other option: DATA_SHEET for putting the filter assignment into the sheet with the data ABOVE the data.

Default: NEW_SHEET

</filterAssignmentTargetSheet>
>
optional
</xlsx>
<csv
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
<delimiter
>
required
string

Delimiter for Cadenza Csv export Default: ','

Default: ,

</delimiter>
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
<delimiter
>
required
string

Delimiter for Cadenza Csv export Default: ','

Default: ,

</delimiter>
>
optional
</csv>
<json
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
>
optional
</json>
<kml
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
>
optional
</kml>
<shapefile
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
>
optional
</shapefile>
<geoPackage
<warningRowCount
>
optional
int
</warningRowCount>
<maximumRowCount
>
optional
int
</maximumRowCount>
Choice: Choose only ONE of the following
<exportAllowList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportAllowList>
<exportDenyList
<tag
xsd:string
value
optional
=
string
internal
optional
=
boolean
>
requiredmax. unbounded
</tag>
>
required
</exportDenyList>
Choice End
>
optional
</geoPackage>
</exportSettings>
</configuration>