@natlibfi/marc-record
Version:
MARC record implementation in JavaScript
21 lines (20 loc) • 538 B
JSON
{
"description": "isMX: true, LDR/07 triggers 006 check but there is a 006/01=s",
"skip": false,
"input": {
"leader": "01234cpb a22005894i 4500",
"fields":
[
{"tag": "001", "value": "bar"},
{"tag": "006", "value": "s|||||||||||||||||"},
{"tag": "006", "value": "a|||||||||||||||||"},
{"tag": "006", "value": "m|||||||||||||||||"}
]
},
"operations": [
{ "name": "isTypeOfMaterial", "args": {"self": true, "target": "MX"}}
],
"returns": true,
"immutable": true,
"only": false
}