-
Notifications
You must be signed in to change notification settings - Fork 7
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
Data quality #189
Data quality #189
Conversation
kpsherva
commented
Oct 24, 2024
•
edited
Loading
edited
- closes sspn: migration rules cds-rdm#227
ebc1938
to
f26a8d8
Compare
message=f"Affiliation {affiliation_name} not found.", | ||
stage="vocabulary match", | ||
) | ||
for affiliation_name in affiliations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is re-done by @zzacharo right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
"""Translates identifiers: ALEPH. | ||
|
||
Attention: 035 might contain aleph number | ||
https://github.com/CERNDocumentServer/cds-migrator-kit/issues/21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aleph n. should also be added as an alternative identifier, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, and it is already done.
The comment there is pointing to other collections which have aleph in 035 (as of investigation from Ludmila) so I left it there as a reminder to check for the future
for legacy_record_file in legacy_record_files: | ||
print("Processing {}".format(recid)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print("Processing {}".format(recid)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one was there on purpose, otherwise the script just goes on silently and the status in unknown