How to retain jcr:created date while installing content package in AEM instance?
Hi All,
I got a content package to install in my AEM instance. But, i want to retain the 'jcr:created' date of content. (should be same as the one in package).
I tried by modifying 'filter.xml' of package, adding merge="true" to filter and recreated package, installed but it didn't work.
Update - tried below way also, but didn't help
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/content/dam/abc/magazine-archive-folder" merge="true">
<exclude pattern="/content/dam/abc/.*(@jcr:created|@jcr:createdBy|@jcr:lastModified|@jcr:lastModifiedBy)" />
</filter>
</workspaceFilter>Thanks,
Raju.