Skip to content

Commit

Permalink
Update build.py - added identifiers to transforms dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
kallimathios authored Dec 4, 2024
1 parent 6b9e99a commit e8ad707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ils_middleware/tasks/folio/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ def _user_folio_id(okapi_url: str, folio_user: str) -> str:
transforms = {
"identifiers.isbn": _identifiers,
"identifiers.oclc": _identifiers,
"identifiers.doi": _identifiers,
"identifiers.lccn": _identifiers,
"instance_format": _instance_format_ids,
"instance_type": _instance_type_id,
"language": _language,
Expand Down

0 comments on commit e8ad707

Please sign in to comment.