ProCitePlugin

A plugin for (exported) ProCite databases

The following table lists all of the configuration options available for ProCitePlugin.

OptionDescriptionValue
ProCitePlugin Options
process_exp A perl regular expression to match against filenames. Matching filenames will be processed by this plugin. For example, using '(?i).html?\$' matches all documents ending in .htm or .html (case-insensitive). Default: (?i)(\.txt)$
split_exp A perl regular expression to split input files into segments. Default: \n
entry_separator The string used to separate multiple values for single metadata fields in ProCite database records.