<<

NAME

link_bibs_to_authorities.pl

SYNOPSIS

  link_bibs_to_authorities.pl
  link_bibs_to_authorities.pl -v
  link_bibs_to_authorities.pl -l
  link_bibs_to_authorities.pl --commit=1000
  link_bibs_to_authorities.pl --auth-limit=STRING
  link_bibs_to_authorities.pl --bib-limit=STRING

DESCRIPTION

This batch job checks each bib record in the Koha database and attempts to link each of its headings to the matching authority record.

--help

Prints this help

-v|--verbose

Provide verbose log information (print the number of headings changed for each bib record).

-l|--link-report

Provide a report of all the headings that were processed: which were matched, which were not, etc.

--auth-limit=S

Only process those headings which match an authority record that matches the user-specified WHERE clause.

--bib-limit=S

Only process those bib records that match the user-specified WHERE clause.

--commit=N

Commit the results to the database after every N records are processed.

--test

Only test the authority linking and report the results; do not change the bib records.

<<