Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Import glossary entries.

Import glossary entries: Difference between revisions

From MoodleDocs
(restoring a course backup)
(Focused on Learning are no longer operating, so replaced link with an alternative convertor tool)
(50 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Glossaries}}
{{Glossary}}Glossary entries can be exported and then imported into another glossary via an XML file.
==Importing entries==


To import glossary entries via an XML file:
==Importing  glossary entries==


#Follow the "Import entries" link at the top right of the main glossary page.
*As an editing teacher (or administrator or manager), access your glossary
#Browse for the exported entries XML file on your computer.
*With the Boost theme, click the cog/gear icon on the right and then click 'Import entries'. With non-Boost themes such as Classic, go to ''Administration > Glossary administration > Import entries
#Select the destination for the new entries, either the current glossary or a new one.
#If you want to import category information, click the checkbox.
#Click the "Save changes" button. You'll then see a report of the entries and categories added to the glossary. If you enabled duplicate entries when you created the glossary, the import process will add all of the new definitions. Otherwise, it will not allow you to import any duplicate entries.


==Troubleshooting==
*Click the "Choose a file" button and browse for the exported entries XML file on your computer
*Select the destination for the new entries: either the current glossary or a new one
*If you want to import category information, click the checkbox.
*Click the "Submit" button.
 
[[File:ImportGlossaryEntries.jpg]]
 
You'll then see a report of the entries and categories added to the glossary. If you enabled duplicate entries when you created the glossary, the import process will add all of the new definitions. Otherwise, it will not allow you to import any duplicate entries.
 
You will be listed as author of all the entries.
 
If your exported glossary included embedded images and/or attached files, these will also be imported into the new glossary.
 
== Troubleshooting ==


Possible causes of problems importing entries:
Possible causes of problems importing entries:
**If there are mistakes in the XML file such as the <entries> tag being missing or the <info> tag being in the wrong place. May happen if you have constructed the XML file manually or with some sort of tool like mailmerge in Word and your template is wrong.
* If there are mistakes in the XML file such as the <entries> tag being missing or the <info> tag being in the wrong place. May happen if you have constructed the XML file manually or with some sort of tool like mailmerge in Word and your template is wrong.
**If there are top bit set characters in the text of the entities like concepts, definitions or keywords. Replace things like & with &amp;amp;
* If there are top bit set characters in the text of the entities like concepts, definitions or keywords. Replace things like & with &amp;amp;
**If there are tabs or spaces between entries. Not sure if spaces cause problems but best to remove any between the end of one tag and start of the next. e.g. Search and replace > < with >< via a text editor.
* If there are tabs or spaces between entries. Not sure if spaces cause problems but best to remove any between the end of one tag and start of the next. e.g. Search and replace > < with >< via a text editor.
*In most cases the import is halted if any of these errors occur.
* In most cases the import is halted if any of these errors occur.
*Duplicates in the entries which clash with entries already when merging a glossary is usually not a problem.
* Duplicates in the entries which clash with entries already when merging a glossary is usually not a problem.
*Warnings like <code>Warning: exec() has been disabled for security reasons in /moodle/lib/uploadlib.php on line 603</code> may not be the problem when importing but may distract one from dealing with problems with the format of the XML file.
* Warnings like <code>Warning: exec() has been disabled for security reasons in /moodle/lib/uploadlib.php on line 603</code> may not be the problem when importing but may distract one from dealing with problems with the format of the XML file.
* HTML and XHTML tags written within CONCEPT or DEFINITION elements will fail on import, showing "Array" instead of the desired content. To remedy this, try writing the (X)HTML tags within <![CDATA[ ]]> markup.
* If the glossary entries contain images, image paths will need amending by doing a search and replace in the XML file in order for the images to be displayed when the file is imported.


==Restoring a course backup==
==Restoring a glossary activity backup==


An alternative method of importing glossary entries is to restore a Moodle course backup file containing a glossary. This method includes categories, images and attachments within glossary entries and if you also select users then the authors of entries are also imported if they were originally included in the backup.
An alternative method of importing glossary entries is to restore a glossary [[Activity backup|activity backup]] containing enrolled users. This method includes categories, images and attachments within glossary entries. When the glossary is restored, the authors of the entries will be the same as in the original glossary.  


== See also ==
== See also ==


*[http://moodle.org/mod/forum/discuss.php?d=10570 Importing glossaries in WebCT format] forum discussion
* Glossary - Excel to XML converter [http://www.eaglesvn.com/xml.html]
* [http://moodle.org/mod/glossary/view.php?id=851 Glossary of common terms] with entries download link for importing to other Moodle sites
* [[Import and export FAQ]]
* [[Moodle glossary entries format]] can use the question bank to convert a variety of formats into an xml glossary file for import
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=79120 Excel to Glossaries]
*[http://moodle.org/mod/forum/discuss.php?d=142346 Backup a glossary]
*[http://moodle.org/mod/forum/discuss.php?d=123277 Importing into Moodle] contains an explanation of how to manually create an XML file from an Excel spreadsheet


[[de:Glossar erstellen#Glossareinträge_importieren]]
[[es:Importar entradas del glosario]]
[[fr:Importer/exporter un glossaire]]
[[fr:Importer/exporter un glossaire]]

Revision as of 11:42, 8 August 2020

Glossary entries can be exported and then imported into another glossary via an XML file.

Importing glossary entries

  • As an editing teacher (or administrator or manager), access your glossary
  • With the Boost theme, click the cog/gear icon on the right and then click 'Import entries'. With non-Boost themes such as Classic, go to Administration > Glossary administration > Import entries
  • Click the "Choose a file" button and browse for the exported entries XML file on your computer
  • Select the destination for the new entries: either the current glossary or a new one
  • If you want to import category information, click the checkbox.
  • Click the "Submit" button.

ImportGlossaryEntries.jpg

You'll then see a report of the entries and categories added to the glossary. If you enabled duplicate entries when you created the glossary, the import process will add all of the new definitions. Otherwise, it will not allow you to import any duplicate entries.

You will be listed as author of all the entries.

If your exported glossary included embedded images and/or attached files, these will also be imported into the new glossary.

Troubleshooting

Possible causes of problems importing entries:

  • If there are mistakes in the XML file such as the <entries> tag being missing or the <info> tag being in the wrong place. May happen if you have constructed the XML file manually or with some sort of tool like mailmerge in Word and your template is wrong.
  • If there are top bit set characters in the text of the entities like concepts, definitions or keywords. Replace things like & with &amp;
  • If there are tabs or spaces between entries. Not sure if spaces cause problems but best to remove any between the end of one tag and start of the next. e.g. Search and replace > < with >< via a text editor.
  • In most cases the import is halted if any of these errors occur.
  • Duplicates in the entries which clash with entries already when merging a glossary is usually not a problem.
  • Warnings like Warning: exec() has been disabled for security reasons in /moodle/lib/uploadlib.php on line 603 may not be the problem when importing but may distract one from dealing with problems with the format of the XML file.
  • HTML and XHTML tags written within CONCEPT or DEFINITION elements will fail on import, showing "Array" instead of the desired content. To remedy this, try writing the (X)HTML tags within <![CDATA[ ]]> markup.
  • If the glossary entries contain images, image paths will need amending by doing a search and replace in the XML file in order for the images to be displayed when the file is imported.

Restoring a glossary activity backup

An alternative method of importing glossary entries is to restore a glossary activity backup containing enrolled users. This method includes categories, images and attachments within glossary entries. When the glossary is restored, the authors of the entries will be the same as in the original glossary.

See also

Using Moodle forum discussions: