Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Holdings Without Items

    • Product: RapidILL

    If you have holdings that have a summary holdings statement in subfield $a of the 866 field, but the holdings records have no items, use the following to have the summary holdings statement published to Rapid.

    In the relevant Rapid publishing profiles (the Physical profiles), in the Data Enrichment tab, set up the Physical Holdings Enrichment as follows:

    clipboard_e5b2fbd6fcb945b79e1f445f14a647253.png
    Physical Holdings Enrichment

    This causes information from the holdings record to be published to Rapid, including:

    • Library – 852$b
    • Location – 852$c
    • Call Number – 852$h (or other relevant subfields)
    • Summary holdings – 866$a

    In addition, set up a normalization rule such as the following, to make sure that the published record uses information from the holdings record only if there are no physical items.

    Create Rules in the Metadata editor found in the bottom left corner. 

    In the Rules Tab, Create a new normalization rule. 

    rule "if there is a 954 and a 955 then delete the 955"

    when

    (exists "954.m.*" ) AND (exists "955.m.*" )

    then

    removeField "955"

    end

     

    rule "change 955 to 954 if there is a 955 and there is not a 954"

    when

    (not exists "954.m.*" ) AND (exists "955.m.*" )

    then

    changeField "955" to "954"

    end

    The result is a record that has either:

    • 954 fields based on the physical items, with each item in a separate 954 field that has all of the q,t,r,m subfields

    OR

    • 954 fields based on the holdings record, with each holdings split into two 954 fields that have the same $8

    Set the normalization rule in the Data Enrichment tab of the publishing profile. See the following example:

    clipboard_eb3e08ee5cc4d3298c4895b36b0a56adb.png
    Data Enrichment Tab

    We recommend that you indicate that you used this setup when notifying the Rapid Staff about your readiness to upload the records. 

     

    For more information on setting up normalization rules see the following links:

     


    • Article last edited: 29-Sept-2021
    • Was this article helpful?