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

Version 1 Next »

You can copy and paste the following customized VE norm rules for OOTB display fields.

Display field

Description

Norm rule

Title

Take title from MARC 130, if it exists. If MARC 130 does not exist, take title from MARC 245 $a, $b, and $c

 Title norm rule

rule "Primo VE - Title"
when
MARC is "130"."a"
then
create pnx."display"."title" with MARC "130"."a"
end

rule "Primo VE - Title1"
when
MARC."245" has any "a,b,c" AND NOT
MARC is "130"
then
create pnx."display"."title" with MARC "245" subfields "a,b,c"
end

  • No labels