Skip to content

Commit

Permalink
Change NWDH from OAI harvest to OAI File harvest (#568)
Browse files Browse the repository at this point in the history
There are persistent issues with the NWDH Combine OAI feed. Resolved by harvesting OAI feed to file via pyoai
  • Loading branch information
moltude authored Apr 23, 2024
1 parent 1e4a1ee commit 3a83401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class NcProfile extends XmlProfile {
class NorthwestHeritageProfile extends XmlProfile {
type Mapping = NorthwestHeritageMapping

override def getHarvester: Class[OaiHarvester] = classOf[OaiHarvester]
override def getHarvester: Class[OaiFileHarvester] = classOf[OaiFileHarvester]
override def getMapping = new NorthwestHeritageMapping
}

Expand Down

0 comments on commit 3a83401

Please sign in to comment.