Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
		<explorerTask name="Tabular ConfigFiles Display">
			<iconFile>csvfile.png</iconFile>
			<mnemonic>L</mnemonic>
			<predefinedDisplay>tabular config files display</predefinedDisplay>	
			<toolbarTask>true</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl L</accelerator>
			<toolWindow>false</toolWindow>
			<loadAtStartup>true</loadAtStartup>
		</explorerTask>	

When the editing functionality is used, an additional display config file (TabularConfigFilesDisplay.xml) can be added to the  DisplayConfigFiles configuration folder. The configuration of this files is explained in the editing section below.NOTE: Since 2024.01 adding the display to the explorerTasks it will by default allow editing of metadata in Stand Alone applications. These changes are local. It is never possible to edit metadata in the Operator Client. Edit permissions can be limited by setting the editing permissions in the TabularConfigFilesDisplay.xml. See: Section Edit metadata

Display functionality, link to Data Viewer (Filters)

...

Code Block
languagexml
titleLocationSets.xml with name elements
<attribute id="REGION" name="Region">
	<description>Regional office(s) responsible for station. Enumeration: WA, NT, SA, QLD, NSW, VIC, TAS. Reflects time zone information</description>
	<text>%REGION%</text>
	<regularExpression>[WA|NT|SA|QLD|NSW|VIC|TAS|;]*</regularExpression>
	<required>true</required>
</attribute>

Edit Metadata
Anchor
edit-metadata
edit-metadata

You can edit meta data from CSV meta data files (since 2024.01).

For this, a TabularConfigFilesDisplay.xml configuration file is needed in the DisplayConfigFiles folder (see example below):

  • editPermission: this is the only required element. It restricts the permission to edit meta data files to specific user group(s).
  • With this display file added, the toolbar of the Tabular Config Files display is extended with meta data edit functionality.

...