I'm trying to collect image metadata using exiv2 tool.
I do
exiv2 -q -K Xmp.photoshop.Credit image.jpg
if image haven't any value for such field, I don't get anything in the console.
How I can replace an empty output by some stub like 'empty' word?