Thanks, Kari. Lots of ways to do this. I would recommend first retrieving ArchivesSpace digital objects with the standard API calls. I've only worked with the raw JSON output but I see there are methods for METS <http://archivesspace.github.io/archivesspace/api/#get-repositories-repo_id-digital_objects-mets-id-xml> and MODS <http://archivesspace.github.io/archivesspace/api/#get-repositories-repo_id-digital_objects-mods-id-xml> output. Probably the METS output is what you're looking for. From there you could use Catmandu <https://github.com/LibreCat/Catmandu> to transform your d.o. collection so that it's inline with whatever DSpace requires. Catmandu supports myriad formats. Absent bulletproof importers and exporters in ArchivesSpace, I've worked with Catmandu quite a lot lately to transform XML- and JSON-formatted documents for import and export to and from ArchivesSpace. From the DSpace side, I see DSpace vesrion 5 now has a full-blown REST <https://wiki.duraspace.org/display/DSDOC5x/REST+API#RESTAPI-Model-Objectdatatypes> implementation, though I have no direct experience working with it.
Let me know if that's helpful. Happy to walk you through Catmandu anytime, if it seems like a good fit for your use case. Best, Jason On Wed, Nov 2, 2016 at 12:55 PM, Kari R Smith <[email protected]> wrote: > Hi Jason, > > A script for staging and importing digital objects into DSpace (pulling > descriptive data from ASpace – or for transforming the ASpace METS export > for DSpace ingest). > > > > Thanks, > > > > Kari R. Smith > > Digital Archivist, Institute Archives and Special Collections > > Massachusetts Institute of Technology Libraries > > 617.253.5690 smithkr at mit.edu http://libraries.mit.edu/archives/ > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Jason > Loeffler > *Sent:* Wednesday, November 02, 2016 12:46 PM > *To:* Archivesspace Users Group <archivesspace_users_group@ > lyralists.lyrasis.org> > *Subject:* Re: [Archivesspace_Users_Group] Anyone have an export script > (using API) for digital objects to go into DSpace? > > > > Hi there Kari, > > > > A script for requesting digital objects from ArchiveSpace or for staging > and importing digital objects into DSpace? > > > > Jason > > > > On Wed, Nov 2, 2016 at 11:05 AM, Kari R Smith <[email protected]> wrote: > > Hello, > > We want to upload into DSpace metadata for digital objects that we select > from ArchivesSpace. Has anyone already created a script or method for > doing this? We are on DSpace v1.5. > > > > Thank you for pointing me to documentation and sharing -- > > > > Kari R. Smith > > Digital Archivist, Institute Archives and Special Collections > > Massachusetts Institute of Technology Libraries > > 617.253.5690 smithkr at mit.edu http://libraries.mit.edu/archives/ > > > > > _______________________________________________ > Archivesspace_Users_Group mailing list > [email protected] > http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group > > > > _______________________________________________ > Archivesspace_Users_Group mailing list > [email protected] > http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group > >
_______________________________________________ Archivesspace_Users_Group mailing list [email protected] http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
