UNPKG

@natlibfi/marc-record

Version:

MARC record implementation in JavaScript

20 lines (19 loc) 485 B
{ "description": "isCF: true, LDR/07 triggers 006 check but there is a 006/01=s", "skip": false, "input": { "leader": "01234cmb a22005894i 4500", "fields": [ {"tag": "001", "value": "bar"}, {"tag": "006", "value": "e|||||||||||||||||"}, {"tag": "006", "value": "s|||||||||||||||||"} ] }, "operations": [ { "name": "isTypeOfMaterial", "args": {"self": true, "target": "CF"}} ], "returns": true, "immutable": true, "only": false }