selfserviceImport
Charsets for CSV file import the user can select. If this is not configured a default list of charsets will be offered. For details see https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/charset/Charset.html
Configuration options for CSV file interpretation.
Configuration options for the file interpretation within the import wizard.
We delete the data table to free memory and mark the data as deleted in the metadata.
We do not really delete the data, as usual it would only be marked as deleted in the metadata.
DEPRECATED: A configuration on how to treat the objecttype that is being or was created by selfservice import.
Removes a continuous sequence of leading and trailing whitespace characters as defined by https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Character.html#isWhitespace(int) from all input values that the input format and Cadenza consider as string typed. This happens before the value is used to generate additional columns.
Default: true
Used to configure how data is prepared before being imported, e.g. the behavior for removing leading or trailing whitespace.
Patterns for parsing values from one or multiple attributes in order to create a temporal reference. Possible case-sensitive tokens are HH (hour-of-day, 0-23), mm (minute-of-hour), ss (second-of-minute), SSS (fraction-of-second), X (timezone-offset, accepts Z for zero), yyyy (year), MM (month-of-year), dd (day-of-month). Use single quotes ('') for matching arbitrary text. If some kinds of patterns (dateTime, date, time) are not specified here, Cadenza defined default patterns will be used. In any way the user will have a possibility to enter a custom pattern, so these patterns are not required to be exhaustive but should cover the main use cases.
In case the data includes temporal information the user can optionally create a date. This configuration allows tuning the choices, e.g. by offering patterns for parsing date and time values.
In case the data includes spatial information the user can optionally create a geometry. This configuration allows tuning the choices or preselection of attributes for certain ways of creating a spatial reference.
Basic Configuration for selfservice, independent of specific data types like qml, excel, etc.