Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
rootThe output location of either the batches or, if --archive is specified, the root directory for files in the predictable path structure. The default is the current working directory.
prefixThe standard extract is run in batches. This parameter specifies the prefix for each output file. The default is batch.
archive

Archive the XML into a predictable path structure. The structure is as follows:

<root>/<country>/kind/nnnnnn/nn/nn/nn/ucid.xml

Where:
root: the destination specified with the --root parameter
country: the country of publication
kind: the kind code of the publication
nnnnnnnnnnnn: the 12-digit, zero-padded publication number
ucid.xml: the full XML file of the publication

For

example:
./DE/A1/102008/03/79/61/DE-102008037961-A1.xml

Process Options

ParameterDescription
nthreadsFor increased speed, the extraction of data by default is done using parallel processes. This parameter specifies exactly how many parallel processes will be used. A general rule of thumb is to set this parameter to the number of CPU cores the machine has.
batchsizeThis parameter specifies the number of documents to extract per thread. If you know the content you are extracting, this parameter can be used to increase speed, .e.g., bibliographic content only would benefit from a larger value while full-text content would benefit from a lower value.

...