-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: None
-
Component/s: Binary Metadata
Hi,
For a prospect POC, we had to manage a metadata mapping between metadata stored in PDF files (XMP) and Nuxeo.
We used this extension point:
It works perfectly for String values but for Date ones (like XMP:CreateDate) they are not correctly parsed.
Apparently there's a closed list of properties which are recognized as Date :
As a workaround for our quick needs, we hardcoded the list ad built our own patched jar but maybe it could be interesting to improve the extension descriptor to handle this kind of mapping.
What do you think? Did we miss something in the existing mechanism?
I can provide files which contains date properties if needed or any complement of information.
Regards