Skip to content

Commit

Permalink
Use normalized version of PID
Browse files Browse the repository at this point in the history
Will use upper case form of DOI identifier to support case-insensitive
retrieval
  • Loading branch information
qqmyers committed Nov 6, 2024
1 parent e208eed commit 6ea27e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ public Dataset doImportHarvestedDataset(DataverseRequest dataverseRequest, Harve
// Creating a new dataset from scratch:

harvestedDataset = parser.parseDataset(obj);
//Use normalized form (e.g. upper case DOI)
harvestedDataset.setGlobalId(globalId);

harvestedDataset.setHarvestedFrom(harvestingClient);
harvestedDataset.setHarvestIdentifier(harvestIdentifier);
Expand Down

0 comments on commit 6ea27e1

Please sign in to comment.