<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Hi Corey and Seth,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">This is going to be a grant-funded project, so my time frame is uncertain, assuming we get funded.  For now I wanted to know what was possible and what challenges there might be.  I'm sure later down the road I will be back with questions.  I want to thank you for your help - it's been a huge help.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Best,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Beth<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 12, 2020 at 3:27 PM Corey Schmidt <<a href="mailto:Corey.Schmidt@uga.edu">Corey.Schmidt@uga.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)">
Beth and Seth,<br>
<br>
Currently my program does not export CSV archival object records. Though it sounds like Seth's XSL might help with that. You could try seeing how Seth's script works and if you want to just export a bunch of EADs, my program could still help with that.<br>
<br>
Corey<br>
</div>
<div id="gmail-m_851118977706405535appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_851118977706405535divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> <a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a> <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of Seth Shaw <<a href="mailto:seth.shaw@unlv.edu" target="_blank">seth.shaw@unlv.edu</a>><br>
<b>Sent:</b> Friday, June 12, 2020 3:04 PM<br>
<b>To:</b> Archivesspace Users Group <<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">archivesspace_users_group@lyralists.lyrasis.org</a>><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Mukurtu question</font>
<div> </div>
</div>
<div><font color="BA0C2F">[EXTERNAL SENDER - PROCEED CAUTIOUSLY]</font><br>
<br>
<div>
<div dir="ltr">I don't believe the AS API has a CSV export option, however, I have an XSL that can turn an EAD into a CSV of archival objects (using the c-levels; it goes up to 5 levels deep): <a href="https://github.com/seth-shaw-unlv/small-stuff/blob/master/ead-numbered-components_to_tsv.xsl" target="_blank">https://github.com/seth-shaw-unlv/small-stuff/blob/master/ead-numbered-components_to_tsv.xsl</a>.
 You would just need to add the collection level data separately.</div>
<br>
<div>
<div dir="ltr">On Fri, Jun 12, 2020 at 11:25 AM Elizabeth Russell <<a href="mailto:elizabeth.russell1@maine.edu" target="_blank">elizabeth.russell1@maine.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
Hi Corey,</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
<br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
This sounds very promising.  I just heard back from Mukurtu and they do not have a working API, so that aspect is moot.  However, they use a CSV template for import.  Would your program be able to export CSV archival object records?</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
<br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
Best,</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
<br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">
Beth<br>
</div>
</div>
<br>
<div>
<div dir="ltr">On Fri, Jun 12, 2020 at 2:20 PM Corey Schmidt <<a href="mailto:Corey.Schmidt@uga.edu" target="_blank">Corey.Schmidt@uga.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)">
Beth,<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<br>
If you want to batch export records (EADs, MARCXML, Container labels, PDFs won't work on ASpace versions 2.6-2.7.1) from ArchivesSpace, I'm developing a
<a href="https://github.com/uga-libraries/ASpace_Batch_Export-Cleanup-Upload" title="https://github.com/uga-libraries/ASpace_Batch_Export-Cleanup-Upload" target="_blank">
program</a> to do just that. All you need is your ArchivesSpace username, password, and API URL, which is usually just your ArchivesSpace URL with a :8089 tacked on the end (whoever hosts your ASpace should know). You can find the Windows version here:
<a href="https://github.com/uga-libraries/ASpace_Batch_Export-Cleanup-Upload/releases/tag/v0.6.1" target="_blank">
https://github.com/uga-libraries/ASpace_Batch_Export-Cleanup-Upload/releases/tag/v0.6.1</a>  - click the
<span>asbatch-v061.exe</span>. Hopefully a Mac version will be coming soon. <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)">
It does not batch import records into ArchivesSpace, as ASpace does that with background jobs already. If you want to export records one at a time, you can do that from the staff interface.<br>
<br>
As far as importing and exporting from Mukurtu, I'm not sure how that operates. My hope is the program I'm working on will expand to be interoperable with other systems, but that will take some time.<br>
<br>
Let me know if this is helpful and/or you have any questions.<br>
<br>
Corey<br>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div id="gmail-m_851118977706405535x_gmail-m_-2795361473132743054gmail-m_2008270777807925196Signature">
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="font-family:Verdana,Geneva,sans-serif;color:rgb(0,0,0)">Corey Schmidt</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="font-family:Verdana,Geneva,sans-serif;font-size:11pt;color:rgb(51,51,51)">ArchivesSpace Project Manager</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="font-family:Verdana,Geneva,sans-serif;font-size:11pt;color:rgb(51,51,51)">University of Georgia Special Collections Libraries</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="font-family:Verdana,Geneva,sans-serif;font-size:10pt;color:rgb(102,102,102)"><i>Email:</i></span><span style="font-family:Verdana,Geneva,sans-serif;font-size:10pt;color:rgb(102,102,102)">
<a href="mailto:Corey.Schmidt@uga.edu" target="_blank">Corey.Schmidt@uga.edu</a></span><br>
</div>
</div>
</div>
</div>
</div>
<div id="gmail-m_851118977706405535x_gmail-m_-2795361473132743054gmail-m_2008270777807925196appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_851118977706405535x_gmail-m_-2795361473132743054gmail-m_2008270777807925196divRplyFwdMsg" dir="ltr">
<font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">
archivesspace_users_group-bounces@lyralists.lyrasis.org</a> <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of Elizabeth Russell <<a href="mailto:elizabeth.russell1@maine.edu" target="_blank">elizabeth.russell1@maine.edu</a>><br>
<b>Sent:</b> Friday, June 12, 2020 1:03 PM<br>
<b>To:</b> <a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">
archivesspace_users_group@lyralists.lyrasis.org</a> <<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">archivesspace_users_group@lyralists.lyrasis.org</a>><br>
<b>Subject:</b> [Archivesspace_Users_Group] Mukurtu question</font>
<div> </div>
</div>
<div><font color="BA0C2F">[EXTERNAL SENDER - PROCEED CAUTIOUSLY]</font><br>
<br>
<div>
<div dir="ltr">
<div style="font-family:arial,helvetica,sans-serif;font-size:small">Hello Group,</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small"><br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">My institution is partnering with a Native American group to review potentially sensitive material we may have in our collections.  They use Mukurtu, a CMS developed for indigenous people,
 and is built on Drupal.  The proposal is to import the collection records to Mukurtu, they can review and add TK (traditional knowledge) labels.  Then the records will be added back to ASpace with the new information.</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small"><br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">My question is - does anyone know how or if I can import or export records to and from ASpace and Mukurtu, without using the API?  I'm not comfortable using APIs because I don't really know
 how to use them.</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small"><br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">Thank you,</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small"><br>
</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">Beth<br clear="all">
</div>
<br>
-- <br>
<div dir="ltr">
<div dir="ltr"><span>
<div dir="ltr">
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Beth Russell<br>
Archivist / Special Collections Librarian</font></span></div>
<span style="font-family:"times new roman",serif"><br>
</span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">University of Maine, 5729 Raymond H. Fogler Library</font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Orono, ME 04469-5729</font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a value="+12075811676">207.581.1676</a></font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="mailto:elizabeth.russell1@maine.edu" target="_blank">elizabeth.russell1@maine.edu</a></font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="http://www.library.umaine.edu/speccoll" target="_blank">http://www.library.umaine.edu/speccoll</a></font></span></div>
</div>
</span></div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote>
</div>
<br clear="all">
<br>
-- <br>
<div dir="ltr">
<div dir="ltr"><span>
<div dir="ltr">
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Beth Russell<br>
Archivist / Special Collections Librarian</font></span></div>
<span style="font-family:"times new roman",serif"><br>
</span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">University of Maine, 5729 Raymond H. Fogler Library</font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Orono, ME 04469-5729</font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a value="+12075811676">207.581.1676</a></font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="mailto:elizabeth.russell1@maine.edu" target="_blank">elizabeth.russell1@maine.edu</a></font></span></div>
<span style="font-family:"times new roman",serif"></span>
<div style="text-align:left" align="left"><span style="font-family:"times new roman",serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="http://www.library.umaine.edu/speccoll" target="_blank">http://www.library.umaine.edu/speccoll</a></font></span></div>
</div>
</span></div>
</div>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote>
</div>
</div>
</div>
</div>

_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><span><div dir="ltr"><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Beth Russell<br>Archivist / Special Collections Librarian</font></span></div><span style="font-family:times new roman,serif">
<br>
</span><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">University of Maine, 5729 Raymond H. Fogler Library</font></span></div><span style="font-family:times new roman,serif">
</span><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000">Orono, ME 04469-5729</font></span></div><span style="font-family:times new roman,serif">
</span><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a value="+12075811676">207.581.1676</a></font></span></div><span style="font-family:times new roman,serif">
</span><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="mailto:elizabeth.russell1@maine.edu" target="_blank">elizabeth.russell1@maine.edu</a></font></span></div><span style="font-family:times new roman,serif">
</span><div style="text-align:left" align="left"><span style="font-family:times new roman,serif"><font style="font-size:12pt;color:rgb(0,0,0)" size="+0" color="#000000"><a href="http://www.library.umaine.edu/speccoll" target="_blank">http://www.library.umaine.edu/speccoll</a></font></span></div></div></span></div></div>