cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk Upload Links

gdsf2
Champ in-the-making
Champ in-the-making
I am trying to do a bulk upload of "links" to the Share Links component.  I think it will work if I create a small file with the url in it (like Alfresco does when the user creates a new link in Share) and create an xml file as I would for bulk uploading a document (to import properties). 

The CM for LInks is (as far as I can tell is):

<type name="cm:link">
         <title>Link Object</title>
         <parent>cm:cmobject</parent>
         <properties>
            <property name="cm:destination">
               <title>Link Destination</title>
               <type>d:noderef</type>
               <mandatory>true</mandatory>
            </property>
         </properties>
      </type>


Has anyone doen this before?  Can anyone give me an idea of what the format of the xml file should be?  I need to import the Title, description, URL, and tags for each link.

Thanks,

Jerry
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Have you tried doing an ACP export of some existing links and then unzipping the resulting ACP file to reveal the XML format?

Jeff