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:

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:

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:

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 (").

Page top