9xx_Music_Call_Number - UNTCMS/MarcEdit-Tasks GitHub Wiki

9xx_Music_Call_Number Edits

Link to task file:

https://github.com/UNTCMS/MarcEdit-Tasks/blob/7e7102f5d462d9b556c51659176d531bc8220b88/9xx_Music_Call_Number.task

Scope

Changes the 949 and 999 fields to reflect a Music Library location if the call number starts with "M."

Steps

Replace "lwww" in the 949 field with "mwww" if the 050 field starts with "M."

Replace all
(=949.*\$l)lwww
$1mwww
If REGEX
=050.*\$aM
Search options: Use regular expressions.

Replace "lwww" in the 999 field with "mwww" if the 050 field starts with "M."

Replace all
(=999.*\$a)lwww
$1mwww
If REGEX
=050.*\$aM
Search options: Use regular expressions.