There is a new database version for Oracle.
New Features
TSM-8221: Support for List Attributes in Master Data Import and Export
Support for list attributes in the master data import/export tool has been added. Time series with assigned list attributes can now be exported and imported. The unit is included in bracket notation (e.g. Value [UnitName]). When importing data exported with a previous version of PowerTSM (without unit bracket), the unit is resolved automatically if the attribute has exactly one unit assigned or has a default unit configured. For attributes with multiple units that have no default unit configured, the data must be re-exported using this version so that the unit bracket is included. A bug in a stored procedure on Oracle has been fixed as part of this ticket.
Exported time slices now look like this:
<AttributeSlots>
<Slot>
<ValidFrom>1972-01-01T00:00:00+01:00</ValidFrom>
<Value>Vienna</Value>
</Slot>
<Slot>
<ValidFrom>2024-04-14T00:00:00+02:00</ValidFrom>
<Value>Oslo</Value>
</Slot>
<Slot>
<ValidFrom>2026-04-14T00:00:00+02:00</ValidFrom>
<Value>Berlin</Value>
</Slot>
</AttributeSlots> [Location]