Skip to content
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

documents: import "identifiedBy" properties #167

Merged
merged 1 commit into from
Mar 10, 2020
Merged

documents: import "identifiedBy" properties #167

merged 1 commit into from
Mar 10, 2020

Conversation

sebdeleze
Copy link
Contributor

  • Imports "identifiedBy" properties by following the edicted rules.

Co-Authored-by: Sébastien Délèze [email protected]

* Imports "identifiedBy" properties by following the edicted rules.

Co-Authored-by: Sébastien Délèze <[email protected]>
@sebdeleze sebdeleze requested a review from jma March 4, 2020 15:39
identifiedBy = self.get('identifiedBy', [])
identifiedBy.append(identifier)
return identifiedBy or None
def marc21_to_identified_by_from_037(self, key, value):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be sure that identifiedBy is in only one of the 037, 008, 091, else you will lose some informations.

@sebdeleze sebdeleze merged commit 497c66b into rero:dev Mar 10, 2020
@sebdeleze sebdeleze deleted the sed-identified_by branch March 10, 2020 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants