Versions Compared

Key

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

...

Go to: Metadata Editor > Rules. Rules may be available in the ‘Shared’ folder. Rules created by other libraries can be found in the ‘Community’ folder in the Metadata Editor. You may copy any of the rules from the ‘Community’ folder to your ‘Shared’ or ‘Private’ folder, and edit as needed. Go to https://knowledge.exlibrisgroup.com/Alma/Product_Documentation/010Alma_Online_Help_(English)/Metadata_Management/016Working_with_Rules/020Working_with_Normalization_Rules for more information on record elements, conditions and a list of actions.

Example normalization rules for updating for physical records to include audiovisual elements in control fields:

rule "Change LDR 6 to g for videorecording"
when
(existsControl "LDR.{6,1}")
then
replaceControlContents "LDR.{6,1}" with "g"
end

...

rule "Change 008 #33 to v for videorecording"
when
(existsControl "LDR.{6,1}.g")
then
replaceControlContents "008.{33,1}" with "v"
end

Info

Additional Ex Libris Resources

Step 3: Create a Normalization Process

Info

Ex Libris Resources

...