X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmarc6.json;fp=test%2Fmarc6.json;h=1554a68e7c7540c21ac9969b9412962e7616920d;hb=725b07a551ac42b73d3b621e6a9b696cd13f42d0;hp=0000000000000000000000000000000000000000;hpb=1ecf21b0324959e62628807d5df217d7a761730b;p=yaz-moved-to-github.git diff --git a/test/marc6.json b/test/marc6.json new file mode 100644 index 0000000..1554a68 --- /dev/null +++ b/test/marc6.json @@ -0,0 +1,133 @@ +{ + "leader":"00366nam 22001698a 4500", + "fields": + [ + { + "001":" 11224466 " + }, + { + "003":"DLC" + }, + { + "005":"00000000000000.0" + }, + { + "008":"910710c19910701nju 00010 eng " + }, + { + "010": + { + "subfields": + [ + { + "a":" 11224466 " + } + ], + "ind1":" ", + "ind2":" " + } + + }, + { + "040": + { + "subfields": + [ + { + "a":"DLC" + }, + { + "c":"DLC" + } + ], + "ind1":" ", + "ind2":" " + } + + }, + { + "050": + { + "subfields": + [ + { + "a":"123-xyz" + } + ], + "ind1":"0", + "ind2":"0" + } + + }, + { + "100": + { + "subfields": + [ + { + "a":"Jack Collins" + } + ], + "ind1":"1", + "ind2":"0" + } + + }, + { + "245": + { + "subfields": + [ + { + "a":"How to program a computer" + } + ], + "ind1":"1", + "ind2":"0" + } + + }, + { + "260": + { + "subfields": + [ + { + "a":"Penguin" + } + ], + "ind1":"1", + "ind2":" " + } + + }, + { + "263": + { + "subfields": + [ + { + "a":"8710" + } + ], + "ind1":" ", + "ind2":" " + } + + }, + { + "300": + { + "subfields": + [ + { + "a":"p. cm." + } + ], + "ind1":" ", + "ind2":" " + } + + } + ] +}