Dictionaries
Dictionary resources are key-value stores that can be used by other KUMA resources and services. The stored information is displayed in the table.
Available settings:
- Name (required)—a unique name for this type of resource. Must contain from 1 to 128 Unicode characters.
- Tenant (required)—name of the tenant that owns the resource.
- Description—you can add up to 256 Unicode characters describing the resource.
- Values settings block—contains a table of Key–Value pairs. You can click the Blank fields button to add new strings to the table or click the
button to remove strings from the table.
You can also import or export dictionary information in the CSV format using the Import CSV or Export CSV links.
Importing CSV
You can import information into the dictionary in CSV format {KEY},{VALUE}\n
, where:
{KEY}
—unique key for both CSV file and the dictionary, where the CSV is being imported to.,
—comma delimiter.{VALUE}
—key value.
When CSV file is imported, the name of the dictionary is changed to reflect the name of the imported file. Imported keys and values are added to the dictionary. You can import data to the Dictionary multiple times.
Exporting CSV
You can export information from the dictionary in CSV format {KEY},{VALUE}\n
, where:
{KEY}
—unique key for both CSV file and the dictionary, where the CSV is being imported to.- Comma is used as a delimiter.
{VALUE}
—key value.
If the key or value contain comma or quotation mark characters (, and "), they are enclosed in quotation marks ("). Also, quotation mark character (") is shielded with additional quotation mark (").