Skip to content
  • There are no suggestions because the search field is empty.

Importing and exporting terms (Glossary)

How to import and export glossary terms using the Glossary app by Accelerator 365

The Glossary app lets you bulk-manage your terms using CSV files - so you can export your entire glossary for editing or backup, and import new or updated terms in one go without having to add them one by one.

Jump to


Import terms

You can bulk-add or update terms by uploading a correctly formatted CSV file. The import process validates your file before writing any data, and processes terms in chunks to avoid list throttling.

To import terms:

  1. Open the SharePoint page containing the Glossary web part.
  2. Select Edit to enter edit mode on the page.
  3. Select the Import terms button in the glossary toolbar.

    Glossary management menu showing options to “Export all terms” and “Import terms” from a dropdown next to toolbar icons.
  4. The Import pop-up window will open. From here, you can choose Select File or drag and drop the prepared CSV file. You can also download the import template.

    Import terms dialog with a drag-and-drop area for uploading CSV files, plus buttons for “Select File,” “Download Template,” and “Dismiss.”
  5. The app will validate your file and display any errors before proceeding.
  6. If validation passes, select Import to begin the bulk write.
  7. A progress indicator will show the import status. Wait until the confirmation message appears before navigating away.

    Import terms progress window showing “Importing terms…” with 0 of 5 steps completed and a status message reading “Starting import of 5 terms…” while action buttons are disabled.

Export terms

You can export all your glossary terms - including their translations - to a CSV file at any time.

To export your terms:

  1. Open the SharePoint page containing the Glossary web part.
  2. Select Edit to enter edit mode on the page.
  3. Select the Export terms button in the glossary toolbar.

    Glossary toolbar dropdown menu with options to “Export all terms” and “Import terms” displayed beneath the export button.
  4. The Export pop-up window will open. Select Download CSV to save the file to your device.

    Export all terms dialog explaining that glossary terms, translations, and related terms can be exported to a CSV file with separate language columns, alongside “Export CSV” and “Dismiss” buttons.

The exported file includes all terms and their translations in every configured language.


Download the import template

If you're preparing a new import file from scratch, you can download the official CSV template directly from the import pop-up window.

To get the template:

  1. Open the Import modal (see steps above).
  2. Select Download template to save the blank CSV file.

    Import terms dialog with a drag-and-drop area for uploading CSV files, plus buttons for “Select File,” “Download Template,” and “Dismiss.”
  3. Open the file in your preferred spreadsheet application and fill in your terms.

Using the template ensures your column headers and structure match exactly what the app expects.


CSV format and validation rules

The import file must follow the correct format or the web part will reject it. Here's what to keep in mind:

  • The file must be a valid .csv file - not .xlsx or any other format.
  • Each row represents one term. Required fields are Title and Description.
  • Duplicate terms (matching an existing term by title) are flagged during validation and handled according to the configured duplicate behaviour.
  • Translations for additional languages can be included as additional columns - use the downloaded template to see the expected column names for each language.
  • Very large files are processed in chunks automatically - you don't need to split them manually, but very large imports may take longer to complete.

Related articles