Fixed problem on missing author in crossref Mapping #384

Merged
claudio.atzori merged 2 commits from crossref_missing_author_fix_master into master 2 months ago

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.

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.
sandro.labruzzo added 1 commit 3 months ago
claudio.atzori was assigned by sandro.labruzzo 3 months ago
giambattista.bloisi was assigned by sandro.labruzzo 3 months ago
claudio.atzori added 1 commit 2 months ago
claudio.atzori merged commit 07d009007b into master 2 months ago
claudio.atzori deleted branch crossref_missing_author_fix_master 2 months ago
The pull request has been merged as 07d009007b.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b crossref_missing_author_fix_master master
git pull origin crossref_missing_author_fix_master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff crossref_missing_author_fix_master
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#384
Loading…
There is no content yet.