<?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 Change Filename and Type with bulkimport tool in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-filename-and-type-with-bulkimport-tool/m-p/299888#M253018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using bulkimport tools for quite sometimes, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now there are necessity to change the existing file with new one that have different name and type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. picture.jpg need to change to testing.pdf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to form the xml like below, filename: picture.jpg.metadata.properties.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE properties SYSTEM "&lt;A href="http://java.sun.com/dtd/properties.dtd" rel="nofollow noopener noreferrer"&gt;http://java.sun.com/dtd/properties.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&amp;lt;entry key="type"&amp;gt;…entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:modified"&amp;gt;&amp;lt;![CDATA[2016-06-07T14:26:57.008+08:00]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:content.mimetype"&amp;gt;&amp;lt;![CDATA[application/pdf]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:name"&amp;gt;&amp;lt;![CDATA[testing.pdf]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:title"&amp;gt;&amp;lt;![CDATA[testing.pdf]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I rename testing.pdf into picture.jpg and use bulkingest tool to update the metadata and content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what happen was, original picture.jpg still exist and does not affected by the update, instead alfresco create testing.pdf base on the ingestion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyone has experience for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2016 06:10:05 GMT</pubDate>
    <dc:creator>silenr0c</dc:creator>
    <dc:date>2016-06-07T06:10:05Z</dc:date>
    <item>
      <title>Change Filename and Type with bulkimport tool</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-filename-and-type-with-bulkimport-tool/m-p/299888#M253018</link>
      <description>Hi folks, I have been using bulkimport tools for quite sometimes, now there are necessity to change the existing file with new one that have different name and type.e.g. picture.jpg need to change to testing.pdf.I try to form the xml like below, filename: picture.jpg.metadata.properties.xml &amp;lt;?xml</description>
      <pubDate>Tue, 07 Jun 2016 06:10:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-filename-and-type-with-bulkimport-tool/m-p/299888#M253018</guid>
      <dc:creator>silenr0c</dc:creator>
      <dc:date>2016-06-07T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change Filename and Type with bulkimport tool</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-filename-and-type-with-bulkimport-tool/m-p/299889#M253019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your metadata file is picture.jpg.metadata.properties.xml and &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;entry key="cm:content.mimetype"&amp;gt;&amp;lt;![CDATA[application/pdf]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="cm:name"&amp;gt;&amp;lt;![CDATA[testing.pdf]]&amp;gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the steps in the below url - &lt;/SPAN&gt;&lt;A href="https://github.com/pmonks/alfresco-bulk-import/wiki/Preparing-the-Source-Content" rel="nofollow noopener noreferrer"&gt;https://github.com/pmonks/alfresco-bulk-import/wiki/Preparing-the-Source-Content&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:50:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-filename-and-type-with-bulkimport-tool/m-p/299889#M253019</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2016-06-09T09:50:45Z</dc:date>
    </item>
  </channel>
</rss>

