07-30-2007 11:04 AM
09-08-2009 08:06 AM
09-08-2009 08:12 AM
maybe it works..
but i need correct date/time.. for ALL my files (all types.., let's say some files are office, but other are images, mp3s, and so on…), zip, rar, exe .., etc.
so i need to keep dates and times for all types of files, not just office files (doc, xls..) ..
09-17-2009 05:21 AM
09-29-2009 07:05 AM
10-04-2009 08:57 AM
12-02-2009 05:39 AM
12-24-2009 03:43 PM
12-30-2009 01:40 AM
The answer is that, by default, metadata extractor tools are conservative in taking the data that they extract and putting them in the properties when those properties already have values. Mostly, they won't change anything that already has something set. The original poster needs to tell the extractor to override any properties with metadata that it extracts.
Read the documentation in http://wiki.alfresco.com/wiki/Metadata_Extraction and the subsection for Overwrite Policies to see how to do this.
<property name="inheritDefaultMapping">
<value>true</value>
</property>
<property name="overwritePolicy">
<value>EAGER</value>
</property>
<property name="mappingProperties">
<props>
<prop key="creationDate">cm:created</prop>
</props>
01-04-2010 09:17 AM
01-04-2010 11:44 AM
maybe it works..
but i need correct date/time.. for ALL my files (all types.., let's say some files are office, but other are images, mp3s, and so on…), zip, rar, exe .., etc.
so i need to keep dates and times for all types of files, not just office files (doc, xls..) ..
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.