The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

koha-rebuild-editors - Populates EDITORS authorities based on biblio records

VERSION

version 0.068

DESCRIPTION

This script add entries in EDITORS authorities list based on what is found in the current Koha biblio records catalog. EDITORS list is used by unimarc_210c and unimarc_225a plugins.

Those plugins will work only if you have an EDITORS authority type, with:

  200a being the first 2 parts of an ISBN
  200b being the editor name
  200c (repeatable) being the series title

USAGE

 koha-rebuild-editors
 koha-rebuild-editors --noverbose --dump
 koha-rebuild-editors --doit
 koha-rebuild-editors --doit --delete

PARAMETERS

--help, -h

Display this help.

--verbose, --noverbose

Verbose mode. By default, the script operates in verbose mode.

--doit

Effective operations. Without this flag, Koha DB is not updated.

--delete, -d

Delete all existing entries in EDITORS before adding new entries found in biblio records.

--dump

After processing all biblio records, dumps a YAML representation of the isbn-editor-collection found.

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Fréderic Démians.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007