Hello, Yes, it is possible for DSpace 7 (and later) to import metadata from an external site. We already support importing metadata from a large number of external sites/services <https://wiki.lyrasis.org/pages/viewpage.action?pageId=315720684#ImportingItemsviabasicbibliographicformats(Endnote,BibTex,RIS,CSV,etc)andonlineservices(arXiv,PubMed,CrossRef,CiNii,etc)-SupportedExternalSources> .
However, to add a new site/service to that list *requires custom Java code* to be written. You'd need to create a new "org.dspace.external.provider.impl.LiveImportDataProvider" class for any new service, similar to the existing LiveImportDataProvider classes all listed in the "external-services.xml" file: https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/external-services.xml We do not yet have a guide for building your own custom import providers. But, someone familiar with Java coding could look at the existing import provider classes as a guide for how it can be done. Tim On Tuesday, June 11, 2024 at 7:03:27 AM UTC-5 [email protected] wrote: > Hello, > i worked as IT Support in university and will use Dspace for the thesis > repository. > I have Academic informatin website which contain thesis data then i need > to import to Dspace. Can Dspace import data from external website using API > ? and how it works ? > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/7683ccfd-b8e6-4ec1-be86-fa70c6a68b60n%40googlegroups.com.
