rule "Primo VE - Title" when MARC."130" has any "a,f,k,l,m,n,p,s" then set TEMP"1" to MARC."130" subfields "a,f,k,l,m,n,p,s" replace string by string (TEMP"1"," \\(Online\\)","\\.") create pnx."display"."title" with TEMP"1" end rule "Primo VE - Title1" when MARC."245" has any "a,b,n,p,c" AND NOT MARC is "130" then set TEMP"1" to MARC."245" subfields "a,b,n,p,c" create pnx."display"."title" with TEMP"1" end