-
Notifications
You must be signed in to change notification settings - Fork 0
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
MarcXML parser for Exlibris Alma holdings output #255
base: main
Are you sure you want to change the base?
Conversation
75be46b
to
b2a8b36
Compare
71a321b
to
afd7c9c
Compare
Rebased & fixed. |
161adb3
to
e578611
Compare
I handled some of the item type stuff so we can use the output more directly. On the file I have only 10 records appear to be govdocs with the given logic (out of 1,931,496 holdings records), so we'll definitely want to check that. |
Although I don't think we're doing anything with govdoc information right now anyway in holdings, so worst case maybe we can just omit that column. |
* to_s gave the field in addition to just the value * post-zephir processing also accepts "us " and "pr " as US location codes
I also fixed the govdoc parsing. @mwarin I figure before merging we should probably have some tests -- anything else you think we should do here? |
Using this branch to work out how to deal with Exlibris's Alma MarcXML files.
See e.g. https://hathitrust.atlassian.net/browse/DEV-415, https://hathitrust.atlassian.net/browse/DEV-691 , https://hathitrust.atlassian.net/browse/DEV-692, but perhaps most of all DEV-833