Difference between revisions of "API:bin/export"

From EPrints Documentation
Jump to: navigation, search
(Created page with '<!-- Pod2Wiki=_preamble_ This page has been automatically generated from the EPrints 3.2 source. Any wiki changes made between the 'Pod2Wiki=*' and 'Edit below this comment' com…')
(No difference)

Revision as of 14:33, 25 February 2010

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


API: Core API

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki


NAME

export - export some or all items in a dataset using an output plugin.

User Comments


SYNOPSIS

export repository_id [options] dataset

export repository_id [options] dataset plugin [objectid] [objectid...]

User Comments


DESCRIPTION

This command outputs a dataset in the selected format. The formats available depend on what Export plugins have been installed.

Some plugins only operate on lists (e.g. RSS), others only operate on single objects only. Some plugins act slightly differently in single-item only mode. For example, outputing a list of eprints as XML gives a number of <eprint> elements in an outer <eprints> element.

To get the plugin to export a single item use --single. This may not always return a complete file. For example it may be missing the <?xml header, depending on the plugin.

User Comments


ARGUMENTS

User Comments


The ID of the EPrint repository to use.

User Comments


==

The name of the dataset to export, such as "archive", "subject" or "user".

User Comments


==

The id of the output plugin to use. This should not include the leading "Export::". Examples: BibTeX, XML.

If this is ommited or an invalid plugin is requested, then 'export' will list all plugins compatible with the dataset and exit.

User Comments


==

If this is set then just output the single, specified item or items.

User Comments


OPTIONS

User Comments


==

Add an argument to the export plugin. May be repeated. Effects depend on te export plugin.

User Comments


==

Print a brief help message and exit.

User Comments


==

Print the full manual page and then exit.

User Comments


==

Be vewwy vewwy quiet. This option will supress all output unless an error occurs.

User Comments


==

Explain in detail what is going on. May be repeated for greater effect.

Shows why a plugin is disabled.

User Comments


==

Output version information and exit.

User Comments