Ajuda do Sistema

Import/Export Data

The Import/Export Data feature, available from Journal Management, allows the Journal Manager to inject data into and extract data from OJS.

Data import/export is implemented using plugins, with each format or type of data being provided by a different plugin. For specific information, refer to each plugin's documentation.

Three Import/Export plugins ship with OJS: the Articles & Issues XML Plugin, the Users XML Plugin, and the Erudit Article Export Plugin. These are documented below.

Import/export functionality is also available as a command-line tool; see tools/importexport.php for more information.

Articles & Issues XML Plugin

The Articles & Issues XML Plugin is the primary method for batch import and export. It can be used to import and export single articles, multiple articles, single issues, and multiple issues, including comprehensive metadata. For information on this plugin, see the XML DTD in "plugins/importexport/native/native.dtd".

Users XML Plugin

The Users XML Plugin can be used to import and export users and their roles. See the XML DTD in "plugins/importexport/users/users.dtd" for more information.

Erudit Article Export Plugin

The Erudit Article Export Plugin implements single-article export for full-text indexing using Erudit's XML DTD. See http://www.erudit.org for more information.