Skip to content

Instantly share code, notes, and snippets.

@dltj
Last active October 13, 2015 22:10
Show Gist options
  • Save dltj/cacd7dbf011e58d4aa33 to your computer and use it in GitHub Desktop.
Save dltj/cacd7dbf011e58d4aa33 to your computer and use it in GitHub Desktop.
CSpace Import Person Authorities
<?xml version="1.0" encoding="UTF-8"?>
<imports>
<import seq="1" service="Persons" type="Person">
<schema xmlns:persons_common="http://collectionspace.org/services/person" name="persons_common">
<persons_common:personTermGroupList>
<persons_common:personTermGroup>
<persons_common:surName>Last Name</persons_common:surName>
<persons_common:termType>urn:cspace:museumofman.org:vocabularies:name(persontermtype):item:name(artist)'Artist'</persons_common:termType>
<persons_common:title>Mr</persons_common:title>
<persons_common:foreName>First Name</persons_common:foreName>
<persons_common:termName>Term</persons_common:termName>
<persons_common:termQualifier>Qualifier</persons_common:termQualifier>
<persons_common:termPrefForLang>false</persons_common:termPrefForLang>
<persons_common:termDisplayName>Full Display Name</persons_common:termDisplayName>
</persons_common:personTermGroup>
</persons_common:personTermGroupList>
<persons_common:inAuthority>d6024123-8d7f-4e72-b40b</persons_common:inAuthority>
<persons_common:refName>urn:cspace:museumofman.org:personauthorities:name(person):item:name(PerfTest1544429704035)'Perf Test'</persons_common:refName>
</schema>
</import>
</imports>
[not present]
<document repository="default" id="b0e95309-63b5-4fe2-8026-5d5f9574b629">
<system>
<type>Person</type>
<path>Persons/b0e95309-63b5-4fe2-8026-5d5f9574b629</path>
<lifecycle-state>project</lifecycle-state>
<lifecycle-policy>default</lifecycle-policy>
<access-control>
<acl name="inherited">
<entry principal="Administrator" permission="Everything" grant="true"/>
<entry principal="members" permission="Read" grant="true"/>
</acl>
</access-control>
</system>
<schema xmlns:dc="http://www.nuxeo.org/ecm/schemas/dublincore/" name="dublincore">
<dc:creator>Administrator</dc:creator>
<dc:contributors>
<item>Administrator</item>
</dc:contributors>
<dc:source/>
<dc:created>2011-03-05T00:06:17Z</dc:created>
<dc:description/>
<dc:rights/>
<dc:subjects/>
<dc:valid/>
<dc:format/>
<dc:issued/>
<dc:modified>2011-03-05T00:06:17Z</dc:modified>
<dc:language/>
<dc:expired/>
<dc:coverage/>
<dc:title/>
</schema>
<schema xmlns="http://www.nuxeo.org/ecm/schemas/common/" name="common">
<icon/>
<icon-expanded/>
<size/>
</schema>
<schema xmlns:collectionspace_core="http://collectionspace.org/collectionspace_core/" name="collectionspace_core">
<collectionspace_core:createdAt>2015-10-13T22:06:15.919Z</collectionspace_core:createdAt>
<collectionspace_core:createdBy></collectionspace_core:createdBy>
<collectionspace_core:updatedAt>2015-10-13T22:06:15.919Z</collectionspace_core:updatedAt>
<collectionspace_core:updatedBy></collectionspace_core:updatedBy>
<collectionspace_core:tenantId>11</collectionspace_core:tenantId>
<collectionspace_core:uri>/personauthorities/d6024123-8d7f-4e72-b40b/items/b0e95309-63b5-4fe2-8026-5d5f9574b629</collectionspace_core:uri>
<collectionspace_core:refName>urn:cspace:museumofman.org:personauthorities:name(person):item:name(PerfTest1544429704035)'Perf Test'</collectionspace_core:refName>
</schema>
<schema xmlns:persons_common="http://collectionspace.org/services/person" name="persons_common">
<persons_common:personTermGroupList>
<persons_common:personTermGroup>
<persons_common:surName>Last Name</persons_common:surName>
<persons_common:termType>urn:cspace:museumofman.org:vocabularies:name(persontermtype):item:name(artist)'Artist'</persons_common:termType>
<persons_common:title>Mr</persons_common:title>
<persons_common:foreName>First Name</persons_common:foreName>
<persons_common:termName>Term</persons_common:termName>
<persons_common:termQualifier>Qualifier</persons_common:termQualifier>
<persons_common:termPrefForLang>false</persons_common:termPrefForLang>
<persons_common:termDisplayName>Full Display Name</persons_common:termDisplayName>
</persons_common:personTermGroup>
</persons_common:personTermGroupList>
<persons_common:inAuthority>d6024123-8d7f-4e72-b40b</persons_common:inAuthority>
<persons_common:refName>urn:cspace:museumofman.org:personauthorities:name(person):item:name(PerfTest1544429704035)'Perf Test'</persons_common:refName>
</schema>
</document>
<?xml version="1.0"?>
<import>
<msg>SUCCESS</msg>
<importedRecords>
<importedRecord>
<doctype>Person</doctype>
<csid>b0e95309-63b5-4fe2-8026-5d5f9574b629</csid>
</importedRecord>
</importedRecords>
<status>Success</status>
<totalRecordsImported>1</totalRecordsImported>
<numRecordsImportedByDocType>
<numRecordsImported>
<docType>Person</docType>
<numRecords>1</numRecords>
</numRecordsImported>
</numRecordsImportedByDocType>
<report>READ:
/home/vagrant/cspace-tomcat/apache-tomcat-7.0.57/temp/imports-3715981827215728263/Persons/b0e95309-63b5-4fe2-8026-5d5f9574b629/document.xml
/Persons/b0e95309-63b5-4fe2-8026-5d5f9574b629 </report>
</import>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment