lcnetdev / bibframe2marc

XSLT application to generate MARCXML from BIBFRAME RDF/XML
Creative Commons Zero v1.0 Universal
15 stars 5 forks source link

016 fields dropped #23

Open jodiw01 opened 2 months ago

jodiw01 commented 2 months ago

Using bibframe2marc v2.5:

When a MARC record contains multiple 016 fields, bibframe2marc includes the first one twice in the output record and the second one is dropped.

Examples: 001 11138862 https://id.loc.gov/resources/instances/11138862.html

016 7\$aB59000000$2dnlm 016 7\$aB59000000$2dnlm

Should have: 016 7\$aB59000000$2dnlm 016 7\$a013890614$2Uk

jodiw01 commented 1 month ago

with bibframe2marc v2.6, the behavior has changed. Both 016 fields are dropped. https://preprod-8288.id.loc.gov/resources/instances/22753990.bf2m.xml https://preprod-8288.id.loc.gov/resources/instances/11913875.bf2m.xml