Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rule "BrowzineExport"
- when
- (TRUE)
- then
- changeField "245" to "TITLE"
- changeField "022" to "ISSN"
- copyField "776.x" to "099.x"
- changeField "099" to "ISSN"
- copyField "776.z" to "098.z"
- changeField "098" to "ISBN"
- changeField "020" to "ISBN"
- changeField "100" to "CREATOR"
- removeControlField "LDR"
- removeControlField "0*"
- removeField "0*"
- removeField "1*"
- removeField "2*"
- removeField "3*"
- removeField "4*"
- removeField "5*"
- removeField "6*"
- removeField "7*"
- removeField "8*"
- removeField "9*"
- addSubField "ITM.i.Print" if (exists "ITM.p")
- addSubField "ITM.i.Publisher direct" if (not exists "ITM.i")
- removeSubField "ITM.p"
- removeSubField "ITM.8"
- addSubField "ITM.x.Electronic" if (exists "ITM.b.CAMPUS_CODE")
- addSubField "ITM.x.Electronic" if (not exists "ITM.b”)
- removeSubField "ITM.b"
- changeField "ITM" to "TMP" if (not exists "ITM.i.Print")
- removeField "TMP" if (not exists "TMP.x.Electronic")
- changeField "TMP" to "ITM"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement