Bug 35141: Prevent link_bibs_to_authorities from dying on invalid metadata
authorNick Clemens <nick@bywatersolutions.com>
Tue, 24 Oct 2023 12:01:09 +0000 (12:01 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 27 Oct 2023 19:44:56 +0000 (16:44 -0300)
commit706641e747336eeb341172ed3d794d86551a45a9
tree32dd758d055f4c259f4b21e22313aaaf924e7491
parent22c0be31c73249fa534afb209f2a0229f84b7568
Bug 35141: Prevent link_bibs_to_authorities from dying on invalid metadata

When fetching the record we need to eval in case of exception

To test:
1 - Apply first patch
2 - perl misc/link_bibs_to_authorities.pl
3 - Note it dies on parser error at record 369
4 - Apply this patch
5 - perl misc/link_bibs_to_authorities.pl
6 - The process completes - with warning thrown on record 369

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
misc/link_bibs_to_authorities.pl