photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: monochrome on November 27, 2017, 02:37:43 PM

Title: Finding first non-empty metadata tag
Post by: monochrome on November 27, 2017, 02:37:43 PM
Is there a variable expression that will iterate over a set of metadata tags and take the value of the first tag that is not empty?

For example, if I have some photos with CreateDate, some with DateTimeOriginal, some with DateTimeDigitized and some with all three, is there a variable expression that will give me CreateDate if it exists, if not, DateTimeOriginal, and if not that, DateTimeDigitized, and finally, nothing; but not all three?
Title: Re: Finding first non-empty metadata tag
Post by: Mario on November 27, 2017, 03:26:32 PM
Did you try to use the hasvalue function? You can chain them, making default the next variable to test for a value.
Title: Re: Finding first non-empty metadata tag
Post by: monochrome on November 27, 2017, 06:20:39 PM
Thanks! Didn't know they could be chained. The hasvalue function didn't make much sense to chain, but the "default" function did!
Title: Re: Finding first non-empty metadata tag
Post by: Mario on November 27, 2017, 06:22:24 PM
I think there might even be an example in the help.