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

    Normalization routine to remove the 900 field

    • Article Type: Q&A
    • Product: Alma

    Question

    I want to remove the 900 field from all bibliographic records only if it has subfield “a” with text “local”. How do I do it?

    Answer

    Here is the syntax for this normalization routine and an example. Note the “if (exists …)” syntax

    rule "remove 900 field if it has subfield a with local"
    when
    (TRUE)
    then
    removeField "900" if (exists "900.a.Local")
    end

    Category: Resource Management - Alma

    Subject: Configuration - Alma


    • Article last edited: 11/20/2013