Fixed problem on missing author in crossref Mapping #383
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#383
Loading…
Reference in New Issue
No description provided.
Delete Branch "crossref_missing_author_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed problem on missing author during some mapping in crossref, see record: https://api.crossref.org/works/10.1038/s41567-022-01757-y
The problem was due to the way json4s works. If the first record does not have the required fields as mandatory, it skips all the others.