<?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 Re: What SDK or package to use to the bulk import in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/what-sdk-or-package-to-use-to-the-bulk-import/m-p/98113#M28642</link>
    <description>&lt;P&gt;Consider using bulk import tool, see documentation here:&amp;nbsp;&lt;A href="https://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also look at this documentation and bulk import tool which is customized version of &lt;SPAN&gt;Alfresco's built-in mechanism&lt;/SPAN&gt;:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/pmonks/alfresco-bulk-import" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/pmonks/alfresco-bulk-import&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 12:30:27 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2019-10-11T12:30:27Z</dc:date>
    <item>
      <title>What SDK or package to use to the bulk import</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-sdk-or-package-to-use-to-the-bulk-import/m-p/98112#M28641</link>
      <description>&lt;P&gt;In this URL&amp;nbsp;&lt;A href="https://docs.alfresco.com/5.2/concepts/bulk-import-programmatically.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/bulk-import-programmatically.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is code as shown below&lt;/P&gt;&lt;PRE&gt;UserTransaction txn = transactionService.getUserTransaction();
   txn.begin();
            
   AuthenticationUtil.setRunAsUser("admin");
                  
   StreamingNodeImporterFactory streamingNodeImporterFactory = (StreamingNodeImporterFactory)ctx.getBean("streamingNodeImporterFactory");
   NodeImporter nodeImporter = streamingNodeImporterFactory.getNodeImporter(new File("importdirectory"));
   BulkImportParameters bulkImportParameters = new BulkImportParameters();
   bulkImportParameters.setTarget(folderNode);
   bulkImportParameters.setReplaceExisting(true);
   bulkImportParameters.setBatchSize(40);
   bulkImportParameters.setNumThreads(4);
   bulkImporter.bulkImport(bulkImportParameters, nodeImporter);

   txn.commit();&lt;/PRE&gt;&lt;P&gt;I think there is an assumption that one must know certain things before arriving to this page.&lt;/P&gt;&lt;P&gt;I would like to develop a java utility to do the import with respect to our migration from Documentum.&lt;/P&gt;&lt;P&gt;I am trying to find what SDK to download or something along the line.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 18:52:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-sdk-or-package-to-use-to-the-bulk-import/m-p/98112#M28641</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2019-10-10T18:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: What SDK or package to use to the bulk import</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-sdk-or-package-to-use-to-the-bulk-import/m-p/98113#M28642</link>
      <description>&lt;P&gt;Consider using bulk import tool, see documentation here:&amp;nbsp;&lt;A href="https://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also look at this documentation and bulk import tool which is customized version of &lt;SPAN&gt;Alfresco's built-in mechanism&lt;/SPAN&gt;:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/pmonks/alfresco-bulk-import" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/pmonks/alfresco-bulk-import&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:30:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-sdk-or-package-to-use-to-the-bulk-import/m-p/98113#M28642</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-10-11T12:30:27Z</dc:date>
    </item>
  </channel>
</rss>

