sul-dlss-labs / ld4p

placeholder github repo for issues, specs and documents for LD4P work
0 stars 1 forks source link

Convert Marc21 to XML for Casalini records with a ckey in 001 #52

Closed dazza-codes closed 7 years ago

dazza-codes commented 7 years ago

See also #51

dazza-codes commented 7 years ago

Done. The new data was converted (quick checks indicate that all the records were converted OK). We checked that the ckey is in the XML now (control field 001) and the LOC-BF2 converter should use it in the URIs; e.g.

<marcxml:collection xmlns:marcxml="http://www.loc.gov/MARC21/slim">
  <marcxml:record>
    <marcxml:leader>02299nam a2200505Ma 4500</marcxml:leader>
    <marcxml:controlfield tag="001">4416999</marcxml:controlfield>
    <marcxml:controlfield tag="003">SIRSI</marcxml:controlfield>
    <marcxml:controlfield tag="008">000712s1999    it a     b    001 0 ita d</marcxml:controlfield>

...