core
This configuration is optional.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
These are the proxy settings that Cadenza uses for http requests. These settings are also used for exporting PDF Reports.
The secret processor to use.
-
pass-through: Interpret all secrets as they are present in the configuration file without further processing. -
decode: Interpret all secrets as obscured usingPasswordEncoder(see also Secrets in Configuration).
Default: decode
Globally configures how secrets in the configuration file(s) are interpreted.
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
The export settings specified here will be used as the default for more specific formats, such as CSV, if no format-specific export settings have been configured. If no default export settings are specified, or if some configuration option is not specified, the format-specific hardcoded defaults will be used instead.
-
warningRowCount: Number of rows/features from which a warning should be issued (default value is 30,000)
-
maximumRowCount: Number of rows/features from which an export should be denied (default value is 100,000)
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
core:
licenseKey: "dGV4dA=="
databaseNetworkTimeout: 15
httpNetworkTimeout: 15
httpProxy:
host: "text"
port: 15
userName: "text"
password: "text"
excludedHosts:
- "text"
- "text"
useSystemDefaults: true
secretHandling:
processor: "pass-through"
repositoryListFile: "text"
view:
nullValueDisplayText: "text"
exportSettings:
default:
warningRowCount: 15
maximumRowCount: 15
xlsx:
warningRowCount: 15
maximumRowCount: 15
filterAssignmentTargetSheet: "NEW_SHEET"
csv:
warningRowCount: 15
maximumRowCount: 15
delimiter: "text"
json:
warningRowCount: 15
maximumRowCount: 15
kml:
warningRowCount: 15
maximumRowCount: 15
shapefile:
warningRowCount: 15
maximumRowCount: 15
geoPackage:
warningRowCount: 15
maximumRowCount: 15
gpx:
warningRowCount: 15
maximumRowCount: 15
Filename: core-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<licenseKey>dGV4dA==</licenseKey>
<databaseNetworkTimeout>15</databaseNetworkTimeout>
<httpNetworkTimeout>15</httpNetworkTimeout>
<httpProxy>
<host>text</host>
<port>15</port>
<userName>text</userName>
<password>text</password>
<excludedHosts>
<host>text</host>
<host>text</host>
</excludedHosts>
<useSystemDefaults>true</useSystemDefaults>
</httpProxy>
<secretHandling>
<processor>pass-through</processor>
</secretHandling>
<repositoryListFile>text</repositoryListFile>
<view>
<nullValueDisplayText>text</nullValueDisplayText>
</view>
<exportSettings>
<default>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</default>
<xlsx>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
<filterAssignmentTargetSheet>NEW_SHEET</filterAssignmentTargetSheet>
</xlsx>
<csv>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
<delimiter>text</delimiter>
</csv>
<json>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</json>
<kml>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</kml>
<shapefile>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</shapefile>
<geoPackage>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</geoPackage>
<gpx>
<warningRowCount>15</warningRowCount>
<maximumRowCount>15</maximumRowCount>
</gpx>
</exportSettings>
</configuration>