Occasionally, one needs to put commas in IPTC:Keywords in order to display names with the last name displayed first.
The documentation on
this page says that exiftool supports this concept. For example, it says that if you type
exiftool -keywords="Harvey, Phil" -keywords="Marley, Bob" DIR
the keywords should be stored appropriately.
The problem is that when you do this, each name is stored separately. If you look at the keywords, you get a list of Harvey, Phil, Marley, Bob.
Is the documentation in error, or is there a way to store Harvey, Phil; Marley, Bob or something to that effect?
Thanks in advance