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

    Merge Rule used for import from OCLC Connexion Client Gateway - overwrite the LDR

    • Article Type: General
    • Product: Alma

    Desired Outcome Goal:
    Overwrite the Alma record's LDR values with the record imported via OCLC Connexion Client

    Procedure:
    To remove the Alma existing LDR field add this row in the merge rule:

    remove MARC."LDR"

    Then, to add the LDR field from the imported record add:

    add MARC."LDR"

    Additional Information

    A merge complete merge rule example is given below:

    rule "Bib Overlay"
    when
    merge
    then
    remove MARC."LDR"
    remove MARC."0"XX
    remove MARC."1"XX
    remove MARC."2"XX
    remove MARC."3"XX
    remove MARC."4"XX
    remove MARC."5"XX
    remove MARC."6"XX
    remove MARC."7"XX
    remove MARC."8"XX
    remove MARC."9"XX
    add MARC."LDR"
    add MARC."0"XX
    add MARC."1"XX
    add MARC."2"XX
    add MARC."3"XX
    add MARC."4"XX
    add MARC."5"XX
    add MARC."6"XX
    add MARC."7"XX
    add MARC."8"XX
    add MARC."9"XX
    end

    Category: Metadata editor - Alma

    Subject: Import/Loading - Alma


    • Article last edited: 11/20/2013