<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Upload Bulk Documents into Alfresco with Document properties using Excel sheet in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40875#M17145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to upload bulk documents into alfresco with documents properties using excel sheet. can anyone help me please.&lt;/P&gt;&lt;P&gt;example: if i will upload 100 documents i need to provide documents properties from the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's urgent for me. suggest me friends please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 15:39:21 GMT</pubDate>
    <dc:creator>sandeepreddy1</dc:creator>
    <dc:date>2017-04-13T15:39:21Z</dc:date>
    <item>
      <title>Upload Bulk Documents into Alfresco with Document properties using Excel sheet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40875#M17145</link>
      <description>Hai Everyone,I need to upload bulk documents into alfresco with documents properties using excel sheet. can anyone help me please.example: if i will upload 100 documents i need to provide documents properties from the excel sheet.It's urgent for me. suggest me friends please.</description>
      <pubDate>Thu, 13 Apr 2017 15:39:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40875#M17145</guid>
      <dc:creator>sandeepreddy1</dc:creator>
      <dc:date>2017-04-13T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Bulk Documents into Alfresco with Document properties using Excel sheet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40876#M17146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe you can directly bulk import objects / metadata with Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bulk imports are done by having files and properties (and versions if needed) as separate files, and pointing the import script to the directory.&amp;nbsp; the Alfresco Docs have some very good examples and explanations at:&amp;nbsp; &lt;A class="link-titled" href="http://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html" title="http://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html" rel="nofollow noopener noreferrer"&gt;Using the Bulk Import tool | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your options for turning your Exel into a usable format could be programmatic, like creating a program to walk the excel sheet and create the appropriate files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you wanted to bulk import a file called sample.pdf, you would have a file called sample.pdf (the binary), sample.pdf.metadata.properties.xml (containing the metadata).&amp;nbsp; the metadata properties file might look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE properties SYSTEM "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://java.sun.com/dtd/properties.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://java.sun.com/dtd/properties.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;comment&amp;gt;exported from legacy data&amp;lt;/comment&amp;gt;&lt;BR /&gt;&amp;lt;entry key="my:custom_date"&amp;gt;1996-04-23T04:00:00.000Z&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="my:custom_restrictons"&amp;gt;Copyrighted Material&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="my:custom_document_authors"&amp;gt;author1&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="type"&amp;gt;my:document&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="aspects"&amp;gt;my:customAspect&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:title"&amp;gt;Document Title&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;age_count"&amp;gt;90&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, the import is pretty straightforward, you just need to get it in the correct format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 18:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40876#M17146</guid>
      <dc:creator>dbiggins</dc:creator>
      <dc:date>2017-04-13T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Bulk Documents into Alfresco with Document properties using Excel sheet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40877#M17147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are asking for is fairly common. There is nothing out-of-the-box that does this, but it is easy enough to script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel can create CSV files easily and CSV files are easy to parse in just about any programming language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My advice is to go to &lt;A href="http://chemistry.apache.org" rel="nofollow noopener noreferrer"&gt;http://chemistry.apache.org&lt;/A&gt; and download a CMIS client for the language you are most familiar with. Then google how to parse a CSV file in that language. Once you've done that, you'll have all the ingredients you need to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your program will then simply iterate over the rows in the CSV and then use CMIS to either create or update the objects in Alfresco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 20:56:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/upload-bulk-documents-into-alfresco-with-document-properties/m-p/40877#M17147</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-04-17T20:56:23Z</dc:date>
    </item>
  </channel>
</rss>

