For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exporting a dictionary to CSV

The dictionary export mechanism allows you to download a given dictionary in CSV format. To do this, go to the module Library, then go to the tab Dictionaries.

Figure 1. Dictionary list view in the Library
1

Opening the dictionary list

Go to the module Library → tab Dictionaries and find the dictionary to export.

(The image above shows the list of dictionaries.)

2

Opening the action menu for the selected dictionary

Click the three-dot icon on the right side of the selected dictionary's row to expand the list of available actions.

Figure 2. Dictionary list view in the Library, with the action list expanded for the selected artifact
3

Selecting "Export to CSV"

From the action menu, select the option Export to CSV. A file named:

SELECTED_DICTIONARY_NAME.csv

Figure 3. Example contents of the CSV file after exporting the dictionary

The first row of the CSV file contains the column headers:

  • key — the key identifying a dictionary item,

  • pl — values in Polish for the given key (if we have other languages configured, they will appear as additional columns).

Last updated

Was this helpful?