-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
dmd/flatten: Support more than MARC 533$a #68
Comments
Example @nataliemacdonald gave for https://www.canadiana.ca/view/oocihm.8_00559 , indicating that the
|
Questions for @nataliemacdonald ,
|
Full record as XML (Use MarcEdit to convert back to a MARC binary file for testing with uploader). |
I'm authoring a tool to scan all existing MARC records for there being more than a subfield 'a', and then output the concatenated record as a file for someone in Heritage Services to scan. It isn't only "new" records that have to work with any change to the MAP, but all existing records. https://metacpan.org/pod/MARC::Field#as_string(-[$subfields]-[,-$delimiter]-) By default all subfields will be used in the XML order with a space between them. We may want to do something different, and only include a subset of subfields in the record. Possibly only 'abcd' or 'abcdef'? |
The tool skips any that only have an "a" subfield, and thus would be the same before and after any MAP change.
|
This is: 533 - Reproduction Note
https://www.loc.gov/marc/bibliographic/bd533.html
cihm-metadatabus/CIHM-Meta/lib/CIHM/Meta/dmd/flatten.pm
Lines 264 to 269 in afb41cc
The text was updated successfully, but these errors were encountered: