<?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: How to preserve original docucment create and modified date during upload in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112108#M31236</link>
    <description>&lt;P&gt;OOTB Metadata extrator does maps extraction and application of created date metadata. If you look at the pdfbox metadata extactor properties you would notice that "created" metadata is mapped to "cm:created".&lt;/P&gt;
&lt;PRE&gt;# Mappings
author=cm:author
title=cm:title
description=cm:description
&lt;STRONG&gt;created=cm:created&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is the class which may be parsing the newly uploaded pdf files and extracting their available metadata and map them to content model metadata:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracter.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracter.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;You can enable following logs to see if metafdata is getting extracted or not:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;log4j.logger.org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter=DEBUG
log4j.logger.org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter=DEBUG
log4j.logger.org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter=DEBUG&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Have a look at this test class as well which tests about "createdate" metadata.:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/test/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracterTest.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/test/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracterTest.java&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also look at auto metada extractor impl as well for reference:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/TikaAutoMetadataExtracter.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/TikaAutoMetadataExtracter.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2020 13:19:32 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-05-18T13:19:32Z</dc:date>
    <item>
      <title>How to preserve original document create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112105#M31233</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to preserve original document create and modified date during upload. how can I achieve that?&lt;/P&gt;&lt;P&gt;If this is possible then will It preserve during FTP upload?&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 05:30:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112105#M31233</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-17T05:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112106#M31234</link>
      <description>&lt;P&gt;I had a similar requirement in my project. And to keep the original create/creator/modified/modifier values when documents are uploaded initially, we added custom auditable aspect in our custom model. And we apply the aspect with same values as we can see on olfresco's auditable aspect while documents are created and we used document creation behavior to do this.&lt;/P&gt;&lt;P&gt;Alfresco then keeps on updating its original auditable aspect based on further updates on document. And our custom aspect remains unchanged&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 14:52:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112106#M31234</guid>
      <dc:creator>bip1989</dc:creator>
      <dc:date>2020-05-17T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112107#M31235</link>
      <description>&lt;P&gt;I am not talking about alfresco upload date,I want to preserve document original creation date during upload.&lt;/P&gt;&lt;P&gt;Please check below Image.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 545px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/653iE7909237CD6C3EF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 03:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112107#M31235</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-18T03:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112108#M31236</link>
      <description>&lt;P&gt;OOTB Metadata extrator does maps extraction and application of created date metadata. If you look at the pdfbox metadata extactor properties you would notice that "created" metadata is mapped to "cm:created".&lt;/P&gt;
&lt;PRE&gt;# Mappings
author=cm:author
title=cm:title
description=cm:description
&lt;STRONG&gt;created=cm:created&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is the class which may be parsing the newly uploaded pdf files and extracting their available metadata and map them to content model metadata:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracter.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracter.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;You can enable following logs to see if metafdata is getting extracted or not:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;log4j.logger.org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter=DEBUG
log4j.logger.org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter=DEBUG
log4j.logger.org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter=DEBUG&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Have a look at this test class as well which tests about "createdate" metadata.:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/test/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracterTest.java" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/test/java/org/alfresco/repo/content/metadata/PdfBoxMetadataExtracterTest.java&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also look at auto metada extractor impl as well for reference:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/TikaAutoMetadataExtracter.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/content/metadata/TikaAutoMetadataExtracter.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 13:19:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112108#M31236</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-18T13:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112109#M31237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have checked all these class but I am not getting idea what customization I have to make to unable mapping of original document created date with cm:created.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:50:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112109#M31237</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-18T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112110#M31238</link>
      <description>&lt;P&gt;Ok, if you are able to locate the extracted metadata in log by AbstractMappingMetadataExtracter/PdfBoxMetadataExtracter and check that &lt;STRONG&gt;Found: {..............}&lt;/STRONG&gt; has '&lt;EM&gt;&lt;STRONG&gt;created/modified&lt;/STRONG&gt;&lt;/EM&gt;' metadata but &lt;STRONG&gt;Mapped and Accepted: {............}&lt;/STRONG&gt; doesn't show it then here is what could be happening.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When file is uploaded, during node creation&amp;nbsp;&lt;STRONG&gt;cm:auditable aspect &lt;/STRONG&gt;is applied. It contains &lt;STRONG&gt;"cm:created" and "cm:modified" &lt;/STRONG&gt;properties which are set during the node creation.&amp;nbsp; These properties are &lt;STRONG&gt;protected&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;mandatory&lt;/STRONG&gt; properties (see the details below) defined in ootb content-model.xml. When a property is defined as &lt;STRONG&gt;"protected", it means once the value is set, it can not be updated i.e. becomes read-only.&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;So, these values are set at the time of node creation and marked read-only after that.&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;&amp;lt;property name="cm:created"&amp;gt;
	&amp;lt;title&amp;gt;Created&amp;lt;/title&amp;gt;
	&amp;lt;type&amp;gt;d:datetime&amp;lt;/type&amp;gt;
&lt;STRONG&gt;	&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;/STRONG&gt;	&amp;lt;mandatory enforced="true"&amp;gt;true&amp;lt;/mandatory&amp;gt;
	&amp;lt;index enabled="true"&amp;gt;
		&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
		&amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt; 
		&amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;
		&amp;lt;facetable&amp;gt;true&amp;lt;/facetable&amp;gt;
	&amp;lt;/index&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property name="cm:modified"&amp;gt;
	&amp;lt;title&amp;gt;Modified&amp;lt;/title&amp;gt;
	&amp;lt;type&amp;gt;d:datetime&amp;lt;/type&amp;gt;
&lt;STRONG&gt;	&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;/STRONG&gt;	&amp;lt;mandatory enforced="true"&amp;gt;true&amp;lt;/mandatory&amp;gt;
	&amp;lt;index enabled="true"&amp;gt;
		&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
		&amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt; 
		&amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;
		&amp;lt;facetable&amp;gt;true&amp;lt;/facetable&amp;gt;
	&amp;lt;/index&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;Metadata extraction happens after node is already created. so even if the default metadata extractor is able to extact the "created/modified" values, it is not able to update already set properties as part of node creation. If you look at this property file:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/metadata/PdfBoxMetadataExtracter.properties&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG style="font-family: inherit;"&gt;it maps the "created" property with "cm:created"&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt; which has already become read-only when node was created.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The alternative solution for this would be create your custom properties in your custom content model; and keep the created/modified matadata values on those custom properties for your use. Unless you want to override the default behavior of auditable aspect properties which i believe would not be a good idea.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;For example:::::&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Create following properties in your custom content model:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;aspect name="demo:customAuditMetadata"&amp;gt;
	&amp;lt;title&amp;gt;Custom Audit Metadata&amp;lt;/title&amp;gt;
	&amp;lt;description&amp;gt;Custom Audit Metadata&amp;lt;/description&amp;gt;
	&amp;lt;properties&amp;gt;
		&amp;lt;property name="demo:originCreatedDate"&amp;gt;
			&amp;lt;title&amp;gt;Original Created Date&amp;lt;/title&amp;gt;
			&amp;lt;description&amp;gt;Created date of files based on incoming metadata extracted from metadata extractor&amp;lt;/description&amp;gt;
			&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
		&amp;lt;/property&amp;gt;	
		&amp;lt;property name="demo:originModifiedDate"&amp;gt;
			&amp;lt;title&amp;gt;Original Modified Date&amp;lt;/title&amp;gt;
			&amp;lt;description&amp;gt;Modified date of files based on incoming metadata extracted from metadata extractor&amp;lt;/description&amp;gt;
			&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
		&amp;lt;/property&amp;gt;	
	&amp;lt;/properties&amp;gt;
&amp;lt;/aspect&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Add following bean definition and add the above properties in the mappingProperties:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;&amp;lt;bean id="extracter.PDFBox" class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter" parent="baseMetadataExtracter"&amp;gt;
&lt;/STRONG&gt; &amp;lt;property name="documentSelector" ref="pdfBoxEmbededDocumentSelector" /&amp;gt;
 &amp;lt;property name="inheritDefaultMapping"&amp;gt;
	 &amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;
 &amp;lt;/property&amp;gt;
 &amp;lt;property name="overwritePolicy"&amp;gt;
        &amp;lt;!-- Allow extraction happens all the time (e.g. when content is updated or new version is uploaded).--&amp;gt;
	&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
 &amp;lt;/property&amp;gt;
 &amp;lt;property name="mappingProperties"&amp;gt;
	  &amp;lt;props&amp;gt;
&lt;STRONG&gt;		 &amp;lt;prop key="namespace.prefix.demo"&amp;gt;http://www.github.com/model/demo/1.0&amp;lt;/prop&amp;gt;
&lt;/STRONG&gt;		 &lt;STRONG&gt;&amp;lt;prop key="created"&amp;gt;demo:originCreatedDate&amp;lt;/prop&amp;gt;
		 &amp;lt;prop key="modified"&amp;gt;demo:originModifiedDate&amp;lt;/prop&amp;gt;&lt;/STRONG&gt;
	&amp;lt;/props&amp;gt;
 &amp;lt;/property&amp;gt;
&amp;lt;/bean&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;- Update the share config to display the newly added properties on document-details page as needed.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 15:44:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112110#M31238</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-18T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112111#M31239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried given approach and its working for alfresco upload and CMIS sync.Is there any way for FTP to achieve same thing.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 03:42:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112111#M31239</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-19T03:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112112#M31240</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to unable this for Pdf/Office Document and&amp;nbsp; image files so which other class I need to use other than&lt;/P&gt;&lt;P&gt;org.alfresco.repo.content.metadata.PoiMetadataExtracter ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:49:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112112#M31240</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-21T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112113#M31241</link>
      <description>&lt;P&gt;If you look at the&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;there is extractors configured based on specific mimetypes. Their mapping is within properties file here&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/tree/alfresco-repository-6.8/src/main/resources/alfresco/metadata" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/tree/alfresco-repository-6.8/src/main/resources/alfresco/metadata&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;TikaAutoMetadataExtracter takes care of other mimetypes which doesn't have specific extractors, It uses AutoDetectParser for parsing and extraction. E.g. for images&lt;/P&gt;
&lt;P&gt;Identify all the file types you want to extend, and add appropriate bean config (copy from content-service-context.xml for reference) to inject your custom properties. Copy the ootb properties files and keep it under "alfresco/metadata/" classpath in your project. e.g. :&amp;nbsp;alfresco/metadata/&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties" target="_self" rel="nofollow noopener noreferrer"&gt;TikaAutoMetadataExtractor.properties.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR &lt;U&gt;use the mapping like this:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;property name="mappingProperties"&amp;gt;
&amp;lt;props&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;prop key="namespace.prefix.cm"&amp;gt;http://www.alfresco.org/model/content/1.0&amp;lt;/prop&amp;gt; 
&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&amp;lt;prop key="namespace.prefix.demo"&amp;gt;http://www.github.com/model/demo/1.0&amp;lt;/prop&amp;gt;
&lt;/STRONG&gt;&amp;nbsp; &amp;lt;prop key="author"&amp;gt;cm:author&amp;lt;/prop&amp;gt; 
&amp;nbsp; &amp;lt;prop key="title"&amp;gt;cm:title&amp;lt;/prop&amp;gt; 
&amp;nbsp; &amp;lt;prop key="subject"&amp;gt;cm:description&amp;lt;/prop&amp;gt;
&lt;STRONG&gt;&amp;nbsp; &amp;lt;prop key="created"&amp;gt;demo:originCreatedDate&amp;lt;/prop&amp;gt;
&amp;nbsp; &amp;lt;prop key="modified"&amp;gt;demo:originModifiedDate&amp;lt;/prop&amp;gt;
&lt;/STRONG&gt;&amp;lt;/props&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;
&lt;P&gt;In&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties" target="_self" rel="nofollow noopener noreferrer"&gt;TikaAutoMetadataExtractor.properties&lt;/A&gt; file there are so many mappings, so for this you should choose to use properties file directly instead of mapping the properties within bean definition.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;An example for Images, PDF, Office :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;

&lt;PRE&gt;&amp;lt;bean id="&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml#L331" target="_self" rel="nofollow noopener noreferrer"&gt;extracter.TikaAuto&lt;/A&gt;" class="org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;constructor-arg&amp;gt;
			&amp;lt;ref bean="tikaConfig" /&amp;gt;
		&amp;lt;/constructor-arg&amp;gt;

		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;

		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;

	&amp;lt;bean id="&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml#L334" target="_self" rel="nofollow noopener noreferrer"&gt;extracter.PDFBox&lt;/A&gt;"
		class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;property name="documentSelector" ref="pdfBoxEmbededDocumentSelector" /&amp;gt;
		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;

		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/PdfBoxMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;

	&amp;lt;bean id="&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml#L351" target="_self" rel="nofollow noopener noreferrer"&gt;extracter.Poi&lt;/A&gt;"
		class="org.alfresco.repo.content.metadata.PoiMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;property name="poiFootnotesLimit" value="${content.transformer.Poi.poiFootnotesLimit}" /&amp;gt;
		&amp;lt;property name="poiExtractPropertiesOnly" value="${content.transformer.Poi.poiExtractPropertiesOnly}" /&amp;gt;
		&amp;lt;property name="poiAllowableXslfRelationshipTypes"&amp;gt;
			&amp;lt;list&amp;gt;
				&amp;lt;!-- These values are valid for Office 2007, 2010 and 2013 --&amp;gt;
				&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps&amp;lt;/value&amp;gt;
				&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps&amp;lt;/value&amp;gt;
			&amp;lt;/list&amp;gt;
		&amp;lt;/property&amp;gt;
		
		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;

		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/PoiMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;&lt;/PRE&gt;
&lt;P&gt;If you choose to use properties file then add custom namespace and properties mapping in the properties filed mapped to selected extractors.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;For example:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;in alfresco/metadata/&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/metadata/TikaAutoMetadataExtracter.properties" target="_self" rel="nofollow noopener noreferrer"&gt;TikaAutoMetadataExtractor.properties&lt;/A&gt;&amp;nbsp;add:&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;namespace.prefix.demo=http://www.github.com/abhinavmishra14/model/demo/1.0
&lt;/STRONG&gt;
# Custom Properties to be mapped
&lt;STRONG&gt;created=demo:originCreatedDate
modified=demo:originModifiedDate&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Same way in other selected extractor properties you can add above mappings.&lt;/P&gt;

&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.0/references/dev-extension-points-custom-metadata-extractor.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.0/references/dev-extension-points-custom-metadata-extractor.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 18:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112113#M31241</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-21T18:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112114#M31242</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did the above configuration and it is working for PDF and Office Document.&lt;/P&gt;&lt;P&gt;Can you guide what configuration I have to do for image files?&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 04:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112114#M31242</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-22T04:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112115#M31243</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;&amp;nbsp; Hope you have read the information shared above.&lt;/P&gt;
&lt;P&gt;"TikaAutoMetadataExtracter takes care of other mimetypes which doesn't have specific extractors, It uses AutoDetectParser for parsing and extraction. E.g. for images"&lt;/P&gt;
&lt;P&gt;And gave example of TikaAutoMetadataExtractor and other with bold letters: "&lt;U&gt;&lt;STRONG&gt;An example for Images, PDF, Office"&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Look ath this bean definition which is provided in above response as well:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;bean id="&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/alfresco-repository-6.8/src/main/resources/alfresco/content-services-context.xml#L331" target="_self" rel="nofollow noopener noreferrer"&gt;extracter.TikaAuto&lt;/A&gt;" class="org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter" parent="baseMetadataExtracter"&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 11:55:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112115#M31243</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-22T11:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112116#M31244</link>
      <description>&lt;P&gt;This is my bean.&lt;/P&gt;&lt;PRE&gt;&amp;lt;bean id="extracter.TikaAuto" class="org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;constructor-arg&amp;gt;
			&amp;lt;ref bean="tikaConfig" /&amp;gt;
		&amp;lt;/constructor-arg&amp;gt;
		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;
		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;

	&amp;lt;bean id="extracter.PDFBox"
		class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;property name="documentSelector" ref="pdfBoxEmbededDocumentSelector" /&amp;gt;
		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;
		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/PdfBoxMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;

	&amp;lt;bean id="extracter.Poi"
		class="org.alfresco.repo.content.metadata.PoiMetadataExtracter"
		parent="baseMetadataExtracter"&amp;gt;
		&amp;lt;property name="poiFootnotesLimit" value="${content.transformer.Poi.poiFootnotesLimit}" /&amp;gt;
		&amp;lt;property name="poiExtractPropertiesOnly" value="${content.transformer.Poi.poiExtractPropertiesOnly}" /&amp;gt;
		&amp;lt;property name="poiAllowableXslfRelationshipTypes"&amp;gt;
			&amp;lt;list&amp;gt;
				&amp;lt;!-- These values are valid for Office 2007, 2010 and 2013 --&amp;gt;
				&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps&amp;lt;/value&amp;gt;
				&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps&amp;lt;/value&amp;gt;
			&amp;lt;/list&amp;gt;
		&amp;lt;/property&amp;gt;
		&amp;lt;property name="overwritePolicy"&amp;gt;
			&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
		&amp;lt;/property&amp;gt;
		&amp;lt;property name="mappingProperties"&amp;gt;
			&amp;lt;bean
				class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
				&amp;lt;property name="location"&amp;gt;
					&amp;lt;value&amp;gt;classpath:alfresco/metadata/PoiMetadataExtracter.properties&amp;lt;/value&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/bean&amp;gt;
		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 12:02:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112116#M31244</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-22T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112117#M31245</link>
      <description>&lt;P&gt;Your bean looks correct, what is the config in these files:&lt;/P&gt;
&lt;P&gt;PdfBoxMetadataExtracter.properties&lt;BR /&gt;PoiMetadataExtracter.properties&lt;BR /&gt;TikaAutoMetadataExtracter.properties&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 12:52:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112117#M31245</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-22T12:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112118#M31246</link>
      <description>&lt;P&gt;Properties file having my custom properties.&lt;/P&gt;&lt;P&gt;namespace.prefix.ks=&lt;A href="http://www.alfresco.com/model/custom-model/1.0" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/model/custom-model/1.0&lt;/A&gt;&lt;BR /&gt;created=ks&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;riginalCreationDate&lt;BR /&gt;modified=ks&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;riginalModificationDate&lt;/P&gt;&lt;P&gt;My content Model&lt;/P&gt;&lt;PRE&gt;&amp;lt;aspects&amp;gt;
		&amp;lt;aspect name="ks:importedDoc"&amp;gt;
			&amp;lt;properties&amp;gt;
				&amp;lt;property name="ks:originalCreationDate"&amp;gt;
					&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;
				&amp;lt;/property&amp;gt;
				&amp;lt;property name="ks:originalModificationDate"&amp;gt;
					&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/properties&amp;gt;
		&amp;lt;/aspect&amp;gt;
	&amp;lt;/aspects&amp;gt;&lt;/PRE&gt;&lt;P&gt;It is working for Pdf and Office files.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 13:16:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112118#M31246</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-22T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112119#M31247</link>
      <description>&lt;P&gt;Hmm kind of&amp;nbsp;weird. It should work i think. Let me try at my end and see what i get.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 13:29:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112119#M31247</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-22T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112120#M31248</link>
      <description>&lt;P&gt;It seems to work perfectly. Try re-checking the configs and logs and see what you get.&lt;/P&gt;
&lt;P&gt;Here is the test i did:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;bean id="&lt;STRONG&gt;extracter.TikaAuto&lt;/STRONG&gt;" class="org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter"
parent="baseMetadataExtracter"&amp;gt;
&amp;lt;constructor-arg&amp;gt;
	&amp;lt;ref bean="tikaConfig" /&amp;gt;
&amp;lt;/constructor-arg&amp;gt;
&amp;lt;property name="overwritePolicy"&amp;gt;
	&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property name="mappingProperties"&amp;gt;
	&amp;lt;bean
		class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
		&amp;lt;property name="location"&amp;gt;
&lt;STRONG&gt;			&amp;lt;value&amp;gt;classpath:alfresco/metadata/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt;
&lt;/STRONG&gt;		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;/bean&amp;gt;

&amp;lt;bean id="&lt;STRONG&gt;extracter.PDFBox&lt;/STRONG&gt;"
class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter"
parent="baseMetadataExtracter"&amp;gt;
&amp;lt;property name="documentSelector" ref="pdfBoxEmbededDocumentSelector" /&amp;gt;
&amp;lt;property name="overwritePolicy"&amp;gt;
	&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;!-- Including custom properties --&amp;gt;
&amp;lt;property name="mappingProperties"&amp;gt;
	&amp;lt;bean
		class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
		&amp;lt;property name="location"&amp;gt;
&lt;STRONG&gt;			&amp;lt;value&amp;gt;classpath:alfresco/metadata/PdfBoxMetadataExtracter.properties&amp;lt;/value&amp;gt;
&lt;/STRONG&gt;		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;/bean&amp;gt;

&amp;lt;bean id="&lt;STRONG&gt;extracter.Poi&lt;/STRONG&gt;"
class="org.alfresco.repo.content.metadata.PoiMetadataExtracter"
parent="baseMetadataExtracter"&amp;gt;
&amp;lt;property name="poiFootnotesLimit" value="${content.transformer.Poi.poiFootnotesLimit}" /&amp;gt;
&amp;lt;property name="poiExtractPropertiesOnly" value="${content.transformer.Poi.poiExtractPropertiesOnly}" /&amp;gt;
&amp;lt;property name="poiAllowableXslfRelationshipTypes"&amp;gt;
	&amp;lt;list&amp;gt;
		&amp;lt;!-- These values are valid for Office 2007, 2010 and 2013 --&amp;gt;
		&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps&amp;lt;/value&amp;gt;
		&amp;lt;value&amp;gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps&amp;lt;/value&amp;gt;
	&amp;lt;/list&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property name="overwritePolicy"&amp;gt;
	&amp;lt;value&amp;gt;EAGER&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;!-- Including custom properties --&amp;gt;
&amp;lt;property name="mappingProperties"&amp;gt;
	&amp;lt;bean
		class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
		&amp;lt;property name="location"&amp;gt;
&lt;STRONG&gt;			&amp;lt;value&amp;gt;classpath:alfresco/metadata/PoiMetadataExtracter.properties&amp;lt;/value&amp;gt;
&lt;/STRONG&gt;		&amp;lt;/property&amp;gt;
	&amp;lt;/bean&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;/bean&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;TikaAutoMetadataExtracter.properties&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;# Namespaces
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0
namespace.prefix.exif=http://www.alfresco.org/model/exif/1.0
namespace.prefix.audio=http://www.alfresco.org/model/audio/1.0&lt;BR /&gt;#Custom model namespace
&lt;STRONG&gt;namespace.prefix.demo=http://www.github.com/abhinavmishra14/model/demo/1.0&lt;/STRONG&gt;
&lt;BR /&gt;# OOTB Default Mappings
author=cm:author
title=cm:title
description=cm:description
created=cm:created&lt;BR /&gt;
&lt;STRONG&gt;# Custom Properties to be mapped
created=demo:originCreatedDate
modified=demo:originModifiedDate&lt;BR /&gt;&lt;/STRONG&gt;
geo\:lat=cm:latitude
geo\:long=cm:longitude
tiff\:ImageWidth=exif:pixelXDimension
tiff\:ImageLength=exif:pixelYDimension
tiff\:Make=exif:manufacturer
tiff\:Model=exif:model
tiff\:Software=exif:software
tiff\:Orientation=exif:orientation
tiff\:XResolution=exif:xResolution
tiff\:YResolution=exif:yResolution
tiff\:ResolutionUnit=exif:resolutionUnit
exif\:Flash=exif:flash
exif\:ExposureTime=exif:exposureTime
exif\:FNumber=exif:fNumber
exif\:FocalLength=exif:focalLength
exif\:IsoSpeedRatings=exif:isoSpeedRatings
exif\:DateTimeOriginal=exif:dateTimeOriginal
xmpDM\:album=audio:album
xmpDM\:artist=audio:artist
xmpDM\:composer=audio:composer
xmpDM\:engineer=audio:engineer
xmpDM\:genre=audio:genre
xmpDM\:trackNumber=audio:trackNumber
xmpDM\:releaseDate=audio:releaseDate
#xmpDM:logComment
xmpDM\:audioSampleRate=audio:sampleRate
xmpDM\:audioSampleType=audio:sampleType
xmpDM\:audioChannelType=audio:channelType
xmpDM\:audioCompressor=audio:compressor
&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;PdfBoxMetadataExtracter.properties&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;# Namespaces
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0&lt;BR /&gt;#Custom model namespace
&lt;STRONG&gt;namespace.prefix.demo=http://www.github.com/abhinavmishra14/model/demo/1.0&lt;/STRONG&gt;
&lt;BR /&gt;# OOTB Default Mappings
author=cm:author
title=cm:title
subject=cm:description&lt;BR /&gt;
&lt;STRONG&gt;# Custom Properties to be mapped
created=demo:originCreatedDate
modified=demo:originModifiedDate&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;PoiMetadataExtracter.properties&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;# Namespaces
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0&lt;BR /&gt;#Custom model namespace
&lt;STRONG&gt;namespace.prefix.demo=http://www.github.com/abhinavmishra14/model/demo/1.0&lt;/STRONG&gt;
&lt;BR /&gt;# OOTB Default Mappings
author=cm:author
title=cm:title
description=cm:description&lt;BR /&gt;
&lt;STRONG&gt;# Custom Properties to be mapped
created=demo:originCreatedDate
modified=demo:originModifiedDate
&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;ContentModel:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;aspect name="demo:testAuditMetadata"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Test Audit Metadata&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Test Audit Metadata&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="demo:originCreatedDate"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Original Created Date&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Original Created Date&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt; &lt;BR /&gt;&amp;lt;property name="demo:originModifiedDate"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Original Modified Date&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Original Modified Date&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt; &lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Log:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;Image Extraction:&lt;/STRONG&gt;&lt;/U&gt;
&lt;STRONG&gt;Mapped and Accepted:&lt;/STRONG&gt; {{http://www.alfresco.org/model/exif/1.0}focalLength=4.5, {http://www.alfresco.org/model/exif/1.0}model=TG-5, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/exif/1.0}flash=false, {http://www.alfresco.org/model/exif/1.0}fNumber=8.0, {http://www.alfresco.org/model/exif/1.0}isoSpeedRatings=100, {http://www.alfresco.org/model/content/1.0}description={en_US=OLYMPUS DIGITAL CAMERA}, {http://www.alfresco.org/model/exif/1.0}dateTimeOriginal=Sun May 07 13:23:51 EDT 2017, {http://www.alfresco.org/model/exif/1.0}manufacturer=OLYMPUS CORPORATION, {http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2017-05-07T13:23:51, {http://www.alfresco.org/model/exif/1.0}pixelXDimension=590, {http://www.alfresco.org/model/exif/1.0}pixelYDimension=442, {http://www.alfresco.org/model/content/1.0}author=null, {http://www.alfresco.org/model/exif/1.0}exposureTime=0.005}
2020-05-22 09:58:00,041 DEBUG [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-bio-8080-exec-14] Completed metadata extraction: 
reader:    ContentAccessor[ contentUrl=store://2020/5/22/9/57/db13881d-4caf-4a72-a481-054bb9246b63.bin, mimetype=image/jpeg, size=94399, encoding=UTF-8, locale=en_US]
&lt;STRONG&gt;extracter: org.alfresco.repo.content.metadata.&lt;FONT color="#FF0000"&gt;TikaAutoMetadataExtracter&lt;/FONT&gt;@126bd574
&lt;FONT color="#FF0000"&gt;changed&lt;/FONT&gt;&lt;/STRONG&gt;:   {&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2017-05-07T13:23:51&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;{http://www.alfresco.org/model/exif/1.0}focalLength=4.5, {http://www.alfresco.org/model/exif/1.0}model=TG-5, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/exif/1.0}flash=false, {http://www.alfresco.org/model/exif/1.0}fNumber=8.0, {http://www.alfresco.org/model/exif/1.0}isoSpeedRatings=100, {http://www.alfresco.org/model/content/1.0}description={en_US=OLYMPUS DIGITAL CAMERA}, {http://www.alfresco.org/model/exif/1.0}dateTimeOriginal=Sun May 07 13:23:51 EDT 2017, {http://www.alfresco.org/model/exif/1.0}manufacturer=OLYMPUS CORPORATION, {http://www.alfresco.org/model/exif/1.0}pixelXDimension=590, {http://www.alfresco.org/model/exif/1.0}pixelYDimension=442, {http://www.alfresco.org/model/content/1.0}author=null, {http://www.alfresco.org/model/exif/1.0}exposureTime=0.005}
&lt;STRONG&gt;&lt;U&gt;&lt;BR /&gt;PDF Extraction:&lt;/U&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;Mapped and Accepted:&lt;/STRONG&gt; {{http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2018-10-26T20:36:24Z, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/content/1.0}author=null, {http://www.github.com/abhinavmishra14/model/demo/1.0}originModifiedDate=2018-10-26T20:36:28Z}
2020-05-22 09:58:11,676 DEBUG [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-bio-8080-exec-2] Completed metadata extraction: 
reader:    ContentAccessor[ contentUrl=store://2020/5/22/9/58/262e3dc1-5cfc-4558-9f01-fae20c5cae2d.bin, mimetype=application/pdf, size=3104712, encoding=UTF-8, locale=en_US]
&lt;STRONG&gt;extracter: org.alfresco.repo.content.metadata.&lt;FONT color="#FF0000"&gt;PdfBoxMetadataExtracter&lt;/FONT&gt;@8414655
&lt;FONT color="#FF0000"&gt;changed&lt;/FONT&gt;&lt;/STRONG&gt;:   {&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2018-10-26T20:36:24Z&lt;/STRONG&gt;&lt;/FONT&gt;, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/content/1.0}author=null, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{http://www.github.com/abhinavmishra14/model/demo/1.0}originModifiedDate=2018-10-26T20:36:28Z&lt;/STRONG&gt;&lt;/FONT&gt;}
&lt;STRONG&gt;&lt;U&gt;&lt;BR /&gt;Office extraction:&lt;/U&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;Mapped and Accepted&lt;/STRONG&gt;: {{http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2020-02-10T16:13:00Z, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/content/1.0}author=Abhinav, {http://www.github.com/abhinavmishra14/model/demo/1.0}originModifiedDate=2020-02-10T20:05:00Z}
2020-05-22 09:58:22,021 DEBUG [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-bio-8080-exec-11] Completed metadata extraction: 
reader:    ContentAccessor[ contentUrl=store://2020/5/22/9/58/f3281f14-7ffb-4d91-a3b2-d0fc8de305d5.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=3075453, encoding=UTF-8, locale=en_US]
&lt;STRONG&gt;extracter: org.alfresco.repo.content.metadata.&lt;FONT color="#FF0000"&gt;PoiMetadataExtracter&lt;/FONT&gt;@2752d52e
&lt;FONT color="#FF0000"&gt;changed&lt;/FONT&gt;&lt;/STRONG&gt;:   {&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{http://www.github.com/abhinavmishra14/model/demo/1.0}originCreatedDate=2020-02-10T16:13:00Z&lt;/STRONG&gt;&lt;/FONT&gt;, {http://www.alfresco.org/model/content/1.0}title=null, {http://www.alfresco.org/model/content/1.0}author=Abhinav, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{http://www.github.com/abhinavmishra14/model/demo/1.0}originModifiedDate=2020-02-10T20:05:00Z&lt;/STRONG&gt;&lt;/FONT&gt;}&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Image metadata on share view details:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image medata and original created/modified dates extratcted via TikaAutoMetadataExtracter" style="width: 569px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/655iDAB4B0387197F9F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image medata and original created/modified dates extratcted via TikaAutoMetadataExtracter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;PDF And Office metadata on share view details:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Metadata extracted via PdfBoxMetadataExtracter" style="width: 449px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/660iF3B67B52014F9527/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Metadata extracted via PdfBoxMetadataExtracter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Metadata extracted via PoiMetadataExtracter" style="width: 417px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/657i4214FF47C90421C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Metadata extracted via PoiMetadataExtracter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 16:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112120#M31248</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-22T16:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112121#M31249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If posssible then can you share demo that you have created because for Image,it is not working even I have used your code.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 04:06:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112121#M31249</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-23T04:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112122#M31250</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;&amp;nbsp; Please share your contentmodel, share config, bean definition, extractor properties and log here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 14:20:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112122#M31250</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-23T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112123#M31251</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp; I have create new thread.please check&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/preserve-original-create-and-modified-date/m-p/299045#M19468" target="_self" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/preserve-original-create-and-modified-date/m-p/299045#M19468&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 03:11:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112123#M31251</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-05-24T03:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve original docucment create and modified date during upload</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112124#M31252</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;&amp;nbsp; Find the demo project here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/alfresco-metadataextraction-demo" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/alfresco-metadataextraction-demo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I had an observation between community and enterprise versions. Examples i gave above works perfectly fine with enterprise versions of 5.2.x (i used 5.2.6) and 6.1.x(used 6.1), but properties files are not getting picked correctly (its some sort of&amp;nbsp;&lt;EM&gt;intermittent &lt;/EM&gt;behavior) on community editions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only change i did is highlighted below for community edition and it picks up always corretly.&lt;/P&gt;
&lt;PRE&gt;&amp;lt;property name="mappingProperties"&amp;gt;
    &amp;lt;bean class="org.springframework.beans.factory.config.PropertiesFactoryBean"&amp;gt;
	&amp;lt;property name="location"&amp;gt;
	   &amp;lt;value&amp;gt;classpath:&lt;EM&gt;&lt;STRONG&gt;alfresco/module/${project.artifactId}/metadataextraction&lt;/STRONG&gt;&lt;/EM&gt;/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt;
	&amp;lt;/property&amp;gt;
    &amp;lt;/bean&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;On enterprise version both works fine, above path and below given path as well:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt; &amp;lt;value&amp;gt;classpath:&lt;STRONG&gt;alfresco/metadata&lt;/STRONG&gt;/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;This one also works on both versions:&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;lt;value&amp;gt;classpath:&lt;STRONG&gt;alfresco/extension/metadata&lt;/STRONG&gt;/TikaAutoMetadataExtracter.properties&amp;lt;/value&amp;gt; &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/alfresco-metadataextraction-demo/blob/master/metadata-extractor-demo52/metadata-extractor-demo52-platform-jar/src/main/resources/alfresco/module/metadata-extractor-demo52-platform-jar/context/metadata-extractor-context.xml#L17" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/alfresco-metadataextraction-demo/blob/master/metadata-extractor-demo52/metadata-extractor-demo52-platform-jar/src/main/resources/alfresco/module/metadata-extractor-demo52-platform-jar/context/metadata-extractor-context.xml#L17&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I am not sure what difference the two type of versions (community and enterprise) has in terms of extension points, tried looking at source code but no clues. But good news is that the other path i shared above (available in demo project) works fine for both community and enterprise versions.&lt;/P&gt;
&lt;P&gt;Hope this helps trim down your issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 18:54:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-preserve-original-document-create-and-modified-date/m-p/112124#M31252</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-25T18:54:29Z</dc:date>
    </item>
  </channel>
</rss>

