We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: