Skip to end of banner
Go to start of banner

Part 5: Test Batch Updating Bibliographic Records Using Normalization Rules

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Introduction

The page describes how to test the process for batch updating MARC 21 control fields in select bibliographic records in the Alma test environment (see Go Live Readiness Checklist, page 3).

This process uses normalization rules that are created and saved in Alma’s Metadata Editor. Normalization rules in the IZ are retained at cutover. If you are planning to perform data clean up after Go Live, it is recommended to run these jobs in the test environment, keep notes, then repeat in production after Go Live.

Step 1: Save an itemized set of records for editing

Itemized sets allow you to make changes on a specific group of records. Logical sets respond to a saved search criteria, so the contents of the set change as you add/remove content to your repository.

If you wish to perform edits to a specific group of records, you may prefer to convert a logical set to an itemized set.

To convert a logical set to an itemized set

  1. Create a logical set:

    1. Go to: Physical Title Search > Save and Filter Query >Set Name
      This allows you to save all records that fit a specific search criteria.

  2. Create itemized set:

    1. Go to: Admin > Manage Jobs and Sets > Manage Sets.

    2. Select the logical set name.

    3. From the three dot menu (row actions list), select Itemize.

Alternate Options for Saving Select List of Records to Itemized Set

Option 1:

  1. Go to Admin > Manage Jobs and Sets > Manage Sets

  2. Select Add Set and then select Itemized.

  3. In Set content type, select your content type.

  4. Select Add Members to Set and select Save.

Option 2: To add records to your set:

  1. Open your set.

  2. Select Add Members to Set.

  3. Do a repository search.

  4. Select records.

  5. Add selected records and select Done.

Example: physical title search to isolate records containing CAT=DVD

Step 2: Create Normalization Rules

  1. 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.

  2. 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 "Add 007 positions 1-2 vd"
when
true
then
addControlField "007.vd"
end

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

Step 3: Create a Normalization Process

Alma requires that you add your rules into a normalization process in order to edit multiple fields at once.

  1. Go to: Alma Configuration > Resources Configuration > General > Processes > Add a process.

  2. In Process Details:

    1. For Business Entity, select Bibliographic title.

    2. For Type, select Marc 21 Bib Normalization.

c. In Name field, enter a name for your process.

3. Add tasks: choose one MarcDroolNormalization for each task.

4. Attach a rule for each task, then select Save.

Ex Libris Resources

Step 4: Run Job

  1. Go to Admin > Manage Jobs and Sets > Run a Job > (Type) Marc 21 Bib normalization

  2. Select the normalization job to run and select Next.

  3. Select set, then select Submit
    Alma will perform the normalization process (batch edit) on the selected set of records.

  • No labels