Skip Menu |

This queue is for tickets about the Image-ExifTool CPAN distribution.

Report information
The Basics
Id: 97553
Status: rejected
Priority: 0/
Queue: Image-ExifTool

People
Owner: Nobody in particular
Requestors: klaus3b-cpan [...] yahoo.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: cannot delete DateCreated from xmp file wth exiftool 9.54
Date: Mon, 28 Jul 2014 08:58:52 +0100
To: "bug-Image-ExifTool [...] rt.cpan.org" <bug-Image-ExifTool [...] rt.cpan.org>
From: Klaus <klaus3b-cpan [...] yahoo.de>
if i try to delete the tag "DateCreated" using     > rem show content of tag DateCreated     > exiftool -DateCreated datecreated-example.xmp     Date Created                    : 2002-06-01         > rem delete tag DateCreated     > exiftool -DateCreated= datecreated-example.xmp         > rem show content of tag DateCreated. it was not deleted     > exiftool -DateCreated datecreated-example.xmp     Date Created                    : 2002-06-01 I am using     exiftool 9.54 as exe under windows-7-64 This is the content of datecreated-example.xmp     <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1.1">       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">         <rdf:Description rdf:about=""             xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/">           <Iptc4xmpCore:DateCreated>2002-06-01</Iptc4xmpCore:DateCreated>         </rdf:Description>       </rdf:RDF>     </x:xmpmeta>
Thanks for this bug report and example XMP. The problem is that there is no pre-defined XMP-iptcCore:DateCreated tag, so ExifTool cannot write (or delete) this tag. The IPTC4XMPCore specification states that this tag should be in the photoshop namespace, not the Iptc4xmpCore namespace. So whatever software generated this XMP is in error. If you really have a need to delete this tag, you can create a user-defined tag in the XMP::IptcCore table to do this. - Phil