omeka-s-modules / ExtractMetadata

Extract embedded metadata from files
GNU General Public License v3.0
1 stars 2 forks source link

JSON Pointer not working #4

Closed anders-naslund closed 2 years ago

anders-naslund commented 2 years ago

Hi,

I can see that all meta data for an image is being extracted okay but when I try to use the JSON Pointer crosswalk, according the README.md, in order to map it to a property nothing happens and the property value is not updated. Is there anyway I can enable some debug showing what's happening or how do you suggest I should proceed?

Map looks like this: Media ExifTool /EXIF/DateTimeOriginal Dublin Core:Date Created

Sample of the Extracted Metadata looks like: "EXIF": { "DateTimeOriginal": "2019:11:06 12:50:16", "DateTimeDigitized": "2019:11:06 12:50:16" }

anders-naslund commented 2 years ago

Since I also had other issue downloading the zip from this site I removed it and installed it from again this time from https://omeka.org/s/modules/ExtractMetadata/ and now everything works like it should