Ah! You are right; the issue is that the "jcr:created" property is technically not part of the metadata but part of the assets themselves, which is why this tool is not exporting it. This will reduce your options. You could try relying on another metadata property instead of the "jcr:created" property. From what I can see, "dam:extracted" could work, but it’s best to do a spot check on your end first.
Another option, unfortunately, is to turn this into a script. You could get a folder list of assets with the "jcr:created" property by using something like this: http://localhost:4502/content/dam/myfolder.1.json.
Additionally, you might consider relying on just one property instead of two. The Photoshop property or the one I suggested may work. For now, I would ignore assets that don’t have the selected property and further conduct a separate procedure for those assets that lack the property you choose.
Another alternative is to use the UI that @narendragandhi suggested. I’m not sure if it will provide all the results, but you can give it a try by narrowing down the folders you’re exploring.
Thanks for confirming re metadata properties!
I will have to look into getting access to running scripts as they seem to be the way to go about many things controlling AEM DAM. ATM I only operate it via UI and it definitely lacks options and feature there.
With the CSV meta export I think I may have a workaround. I exported a CSV with all the properties (which is A LOT). I copy pasted values of assetPath, photoshop:DateCreated{{Date: DateFormat: yyyy-MM-dd'T'HH:mm:ss.SSSXXX}} and dam:extracted{{Date: DateFormat: yyyy-MM-dd'T'HH:mm:ss.SSSXXX}} to a separate excel sheet. There I created conditional formatting to anything older than 5 years to light up red. Then added few columns after that have drop down options to indicate if the file was kept, deleted or moved for further review. This is going to be slow, but should help me this time with an extra pair of hands. I have around 15k assets that are older than 5yrs.
I will see if I can create a separate report / CSV sheet of older than 5yrs files using ACS AEM Commons tools that Narendra mentioned.
Thanks