Bug 5608 - command-line tool to switch information in 440 and 490 tags
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 20 Feb 2013 21:32:06 +0000 (14:32 -0700)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 02:15:56 +0000 (22:15 -0400)
commiteea7b9d20d4e1c19bc96fbec7e96e1341ba4dad1
tree946778584ac1f0d5e1fb77fbf448270ed9cdf3ed
parentf91da3c618fe3522506b5a20b7390fc766762d80
Bug 5608 - command-line tool to switch information in 440 and 490 tags

With the MARC21 standard moving from the 440 tag to the 490, this tool is
to help libraries make the move.  It switches any information in 440 tags to
490 tags, and any information in 490 tags to 440 tags.  That seemed like the
best way to go to me.

To Test:
locate some biblios with 440 or 490 tags filled.
run bin/migration_tools/switch_marc21_series_info.pl -c
observe that the information in the biblios has switched 4xx tags.

http://bugs.koha-community.org/show_bug.cgi?id=5608
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Works as described. No errors.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
misc/migration_tools/switch_marc21_series_info.pl [new file with mode: 0755]