Script to check for corruption of marcxml, and optionally to attempt fix.
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 11 May 2009 21:44:29 +0000 (16:44 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 12 May 2009 10:21:11 +0000 (05:21 -0500)
commit84ff3747b80d42914a8d570b6b4ff5667eab663b
treef503af8b4352dcdc4d9d52afde535d627139b94d
parente6915c6b5feb86e3a97c8a636e44c0fd4d67d50c
Script to check for corruption of marcxml, and optionally to attempt fix.

When marcxml cannot be parsed into a MARC::Record object, the biblio is
undisplayable and it obviously breaks many features in Koha.  This script
can test to parse every marcxml, and alert on failures.  Optionally, the
marcxml can be replaced from the marc field.

See extensive perldoc for details.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
misc/cronjobs/MARC21_parse_test.pl [new file with mode: 0755]