You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As many want to add new harvesting protocols to the 3 existing protocols : OAI DC, OAI DDI + dataverse_json;
What about having the capability to add a Java Service Provider Interface (SPI) plugin to support a new harvesting protocol parser (like Installing External Metadata Exporters) ?
The community could have an easier time adding to the harvesting feature.
This have been mentioned in the code back in 2016 :
Oh, a parser. Yes, sure. Actually @philippconzett@qqmyers and I (and others) talked about the need for this just this morning (among other things) in the context of #10677.
Basically, all parsing of incoming formats is hard-coded. Right now, you'd have to make a pull request to add a new parser. Yes, it would be nice if these parsers could be added as a jar file (much more modular).
As many want to add new harvesting protocols to the 3 existing protocols : OAI DC, OAI DDI + dataverse_json;
What about having the capability to add a Java Service Provider Interface (SPI) plugin to support a new harvesting protocol parser (like Installing External Metadata Exporters) ?
The community could have an easier time adding to the harvesting feature.
This have been mentioned in the code back in 2016 :
dataverse/src/main/java/edu/harvard/iq/dataverse/api/imports/ImportServiceBean.java
Line 219 in 8c99a74
The text was updated successfully, but these errors were encountered: