Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Background

This information is current as of the Morning Glory release

See MODDICORE-146 SPIKE: Instance & SRS record updates need to honor MARC field protections for additional technical information

MARC Field Protections Scope: 

...

  1. Before Morning Glory, MARC field protections are only invoked if a MARC Update action is included in the job profile.
    1. Based on feedback from the community, as of Morning Glory, field protections will also be invoked automatically/implicitly when the job profile includes an Update Instance action.
  2. When evaluating data in a subfield, MARC field protections are not case-sensitive. For example $a NcD, $a NCD, $a Ncd, $a ncd, $a ncD would all be considered equivalent and duplicates of each other.
    1. After testing and substantial usage, if the community decides that the field protections must take upper and lower case into account for data in subfields, consider changing the behavior so that the field protections are case-sensitive rather than case-insensitive
  3. For data in a subfield, the field protection is based on the entire data string.
    1. Consider supporting wildcards, begins, ends, contains in the future.
  4. One master list of MARC field protections is maintained in Settings/Data import.
    1. Unless/until a future use case is identified that necessitates differentiation, this same list of field protections will be used for MARC Bibliographic and MARC Authority records. 
    2. Per conversation with the currently-known MARC Holdings libraries, MARC field protections will NOT be applied to MARC Holdings records.
  5. MARC field protections are controlled at the tenant level, though field protections can be overridden for a particular action profile/job profile.
    1. Based on feedback from the community, consider adding the ability to include additional field protections in individual job profiles, for MARC fields that are used infrequently or do not normally need to be protected.
  6. Question for SMEs: can we assume that LDR, 002-009 fields do not need field protection?
    1. Per MM SIG and DI subgroup, March 2022: fields 006 and 007 should allow field protection, but none of the other control fields (LDR, 002, 003, 004, 005, 008, 009)

...

Sample Field Protection Settings

FieldInd 1Ind 2SubfieldData
***5NcD
035**bMiAaHDL
05097**
590****
982****

Field Protection Examples and Expected Actions

FieldInd 1Ind 2SubfieldData
***5NcD

Add behavior for 006 and 007

...

  • Example 1
    • Existing: 950 1 2 $a 325167 $5 NcD
    • Incoming: 950 1 2 $a 325168 $5 NcD
    • Retain existing 950; add incoming 950 (since the $a data is different)
  • Example 2
    • Existing: 950 1 2 $a 325167 $5 NcD
    • Incoming: 950 3 4 $a 325168
    • Retain existing 950; add incoming 950 (since the indicators and the $a value are different)
  • Example 3
    • Existing: 950 3 4 $a 325168 
    • Incoming: 950 1 2 $a 325167 $5 NcD
    • Replace the existing 950 with the incoming 950 (which would be protected in future updates of the record)
  • Example 4
    • Existing: 950 1 2 $a 325167 $5 NcD
    • Incoming:
      • 950 1 2 $a 325167 $5 NcD
      • 950 1 2 $a 325167 $5 NcA
      • 950 1 2 $a 325168
      • 950 1 2 $a 325169 $5 NcD
    • Retain existing 950; add all incoming 950s except the first one (since the first one duplicates an existing field, and the rest do not)
  • Example 5
    • Existing: 950 1 2 $a 325167 $5 NcD
    • Incoming:
      • 950 1 2 $a 325167 $5 NcD
      • 950 1 2 $a 325167 $5 NcD
      • 950 1 2 $a 325167 $5 NcA
      • 950 1 2 $a 325168
      • 950 1 2 $a 325169 $5 NcD
    • Retain existing 950; add all incoming 950s except the first and second ones (since they duplicate an existing field, and the rest do not)
  • Example 6
    • Existing: 950 1 2 $a 325167 $5 NcD
    • Incoming: no 950
    • Retain existing 950
  • Example 7
    • Existing: 010    $a 12345678 $5 NcD
    • Incoming: 010     $a 657453647 $5 NcD
    • Retain existing 010 ; discard incoming 010 (since 010 is a non-repeatable field)
  • Example 8
    • Existing field: 010    $a 12345678 $5 NcD
    • Incoming: 010     $a 12345678
    • Retain existing 010; discard incoming 010 (since 010 is a non-repeatable field)
  • Example 9
    • Existing field: 010    $a 12345678 
    • Incoming: 010     $a 12345678 $5 NcD
    • Replace existing 010 with the incoming 010 (since 010 is a non-repeatable field, but the existing one is not protected)
  • Example 10
    • Existing field: 010    $a 12345678 
    • Incoming: no 010 field
    • Existing 010 will be discarded when SRS record is replaced, since it was not protected. Updated SRS record will not have an 010


FieldInd 1Ind 2SubfieldData
035**bMiAaHDL

Behavior for repeatable fields: Retain existing 035. If incoming record has one or more different 035s (varying by indicator 1 or 2, subfield, or data), add the incoming 035(s); if incoming record has an 035 that is an exact match to an existing 035, do not add a duplicate 035.

...

  • Example 1
    • Existing: 035 12 $a 12345 $b MiAaHDL
    • Incoming: 035 34 $a 4327842 $b MiAaHDL
    • Retain existing 035; add incoming 035 (since the $a value is different)
  • Example 2
    • Existing: 035    $a 12345 
    • Incoming: 035    $a 4327842 $b MiAaHDL
    • Discard existing 035 (since it is not protected); add incoming 035
  • Example 3
    • Existing: 035    $a 12345 $b MiAaHDL
    • Incoming: 035    $a 12345 $b MiBaHDL
    • Retain existing 035; add incoming 035 (since the $b value is different)
  • Example 4
    • Existing: 035    $a 12345 $b MiAaHDL
    • Incoming:
      • 035    $a 12345 $b MiAaHDL
      • 035    $a 12345
      • 035 92 $a 6582634 $b MiAaHDL
      • 035 33 $a (OCoLC)743256132
    • Retain existing 035; discard first incoming 035 (since it is a duplicate); add all other incoming 035s
  • Example 5
    • Existing: 
      • 035    $a 12345 $b MiAaHDL
      • 035    $a 12345
      • 035    $a 6582634 $b MiAaHDL
      • 035    $a (OCoLC)743256132
    • Incoming:
      • 035    $a 6582636 $b MiAaHDL
      • 035    $a (OCoLC)467815642
    • Retain the existing 035s with $b MiAaHDL; discard existing 035s without $b MiAaHDL (since they are not protected); add all incoming 035s.
  • Example 6
    • Existing: 
      • 035    $a 12345 $b MiAaHDL
      • 035    $a 12345
      • 035    $a 6582634 $b MiAaHDL
      • 035    $a (OCoLC)743256132
    • Incoming: no 035s
    • Retain the existing 035s with $b MiAaHDL; discard existing 035s without $b MiAaHDL (since they are not protected)


FieldInd 1Ind 2SubfieldData
05097**

Behavior for repeatable fields: Retain existing 050. If incoming record has one or more different 050s (varying by indicators 1 or 2, subfield, or data in the subfield), add the incoming 050(s); if incoming record has an 050 that is an exact match to an existing 050, do not add a duplicate 050 (if possible).

...

  • Example 1
    • Existing: 050 8 6 $a MT123 $b .T68 2021
    • Incoming: 050 8 6 $a MT123 $b .T68 2021
    • Discard existing 050 (since indicators 8 6 are not protected); add incoming 050
  • Example 2
    • Existing: 050 9 7 $a MT123 $b .T68 2021
    • Incoming: 050 8 6 $a MT123 $b .T68 2021
    • Retain existing 050; add incoming 050 (since it is not an exact match to existing 050)
  • Example 3
    • Existing: 050 9 7 $a MT123 $b .T68 2021
    • Incoming: 050 9 7 $a MT123 $b .T68 2022
    • Retain existing 050; add incoming 050 (since $b data is different)
  • Example 4
    • Existing field: 050 9 7 $a MT123 $b .T68 2021
    • Incoming: 090 9 7 $a MT123 $b .T68 2021
    • Retain existing 050; add incoming 090
  • Example 5
    • Existing:
      • 050 9 7 $a MT123 $b .T68 2021
      • 050 0 1 $a MT456
    • Incoming:
      • 050 0 1 $a MT456 $b .T68 2021
      • 050 9 7 $a MT123 $b .T68 2021
      • 090 0 1 $a MT456 $b .T68 2021
    • Retain existing 050 with indicators 9 7; discard existing 050 with indicators 0 1; add incoming 050 with indicators 0 1; discard incoming 050 with indicators 9 7 (since it duplicates an existing 050); add incoming 090
  • Example 6
    • Existing:
      • 050 9 7 $a MT123 $b .T68 2021
      • 050 0 1 $a MT456 $b .T68 2021
      • 090 0 1 $a MT456 $b .T68 2021
    • Incoming: no 050 or 090
    • Retain existing 050 with indicators 9 7; discard existing 050 with indicators 0 1; discard existing 090


FieldInd 1Ind 2SubfieldData
590****

Behavior for repeatable fields: Retain existing 590. If incoming record has one or more 590s (varying by indicators 1 or 2, subfield, or data in the subfield), add the incoming field(s); if incoming record has a 590 that is an exact match to an existing 590, do not add a duplicate 590 (if possible).

...

  • Example 1
    • Existing: 590 1 1 $a Some important note
    • Incoming: 590 2 2 $a Another important note
    • Retain existing 590; add incoming 590
    • Existing 590s would always be retained, and incoming 590s would always be added, since the indicators, subfields, and data do not matter. An incoming 590 would only be discarded if it duplicates an existing 590.
  • Example 2
    • Existing:
      • 590 1 1 $a Some important note
      • 590 2 2 $a Another important note
    • Incoming: 590 1 1 $b Some other kind of note
    • Retain all existing 590s; add incoming 590
  • Example 3
    •  Existing:
      • 590 1 1 $a Some important note
      • 590 2 2 $a Another important note
      • 590 1 1 $b Some other kind of note
    •  Incoming:
      • 590 1 1 $a Some important note
      • 590 2 1 $c Some important note
      • 590 1 1 $d Some important note
    • Retain all existing 590s; discard first incoming 590 (since it duplicates an existing one); add all other incoming 590s
  • Example 4
    •  Existing:
      • 590 1 1 $a Some important note
      • 590 2 2 $a Another important note
      • 590 1 1 $b Some other kind of note
      • 590 2 1 $c Some important note
      • 590 1 1 $d Some important note
      • 591 1 1 $a Some important note
    • Incoming: no 590s
    • Retain all existing 590s; discard the existing 591 (since it is not protected)


FieldInd 1Ind 2SubfieldData
982****

Behavior for repeatable fields: Retain existing 982. If incoming record has one or more different 982s (varying by indicators 1 or 2, subfield, or data in the subfield), add the incoming 982(s); if incoming record has a 982 that is an exact match to an existing 982, do not add a duplicate 982 (if possible).

...

  • Example 1
    • Existing: 982    $a 20210531
    • Incoming: 982      $a 20210531 $a 20210602
    • Retain existing 982; add incoming 982
  • Example 2
    • Existing: 982    $a 20210531 $a 20210602
    • Incoming: 982 1 1 $a 20210531 $a 20210602
    • Retain existing 982; add incoming 982 (since indicators are different)
  • Example 3
    • Existing: 982    $a 20210531 $a 20210602
    • Incoming:
      • 982    $a 20210531 $a 20210602
      • 982 2 2 $z 20210531
    • Retain existing 982; discard the first incoming 982 (since it duplicates an existing one); retain the second incoming 982
  • Example 4
    • Existing:
      • 982    $a 20210531 $a 20210602
      • 982 2 2 $z 20210531
    • Incoming: no 982s
    • Retain existing 982s


FieldInd 1Ind 2SubfieldData
***5NcD
982****
  • Example 1
    • Existing: 982    $a 20210531 $a 20210602 $5 NcD
    • Incoming: 982 1 1 $a 20210531 $a 20210602
    • Retain existing 982; add incoming 982 (since indicators are different)
  • Example 2
    • Existing:
      • 050    $a MT123 $b .T68 2021 $5 NcD
      • 050    $a MT123 $b .T68 2022
      • 982    $a 20210531 $a 20210602 $5 NcD
      • 982 2 2 $z 20210531
    • Incoming: no 050 or 982
      • Retain existing 050 with $5 NcD; discard existing 050 without $5 NcD; retain both 982s

...