]> git.koha-community.org Git - koha.git/commit
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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:34 +0000 (23:19 +0200)
commita67ca33b45adc0698d1cc3a374f4ed6e6db56d88
treed8119ebbfbeb0eb91a62005d1480bd11b0bc8963
parent20a408a1b4ade6f13ac6f8c687ef574057eaed8f
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]