9xx_Music_Call_Number - UNTCMS/MarcEdit-Tasks GitHub Wiki
9xx_Music_Call_Number Edits
Link to task file:
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.