Keywords entered in exiftools

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

Post Reply
RuFe
Posts: 4
Joined: Wed Jan 13, 2021 5:12 pm

Keywords entered in exiftools

Post by RuFe »

Hi,
My pictures contain several keywords written with exiftools to be used as Filters eg in WordPress Picture Plugins. They appear in the Info-frame of xnview as space separated words (as I have written them by exiftools).

If I use xnview Tools-Metadata-Edit IPTC... the Keywords are displayed as typed-in: separated by spaces. However, if I edit the Keywords for an empty Keywords Tag via this tool they appear in separate lines in xnview. In this case the Keywords work fine in WordPress, but as space separated Keywords they don't.

Does somebody know how to enter the Keywords via exiftool in such a way that they appear in xnview as separated lines? I import the Keywords in exiftools from a csv file, exported from my pictures database (it has many files with different Keywords).

The same holds for Categories.
User avatar
xnview
Author of XnView
Posts: 46257
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Keywords entered in exiftools

Post by xnview »

by using a semi comma??
Pierre.
RuFe
Posts: 4
Joined: Wed Jan 13, 2021 5:12 pm

Re: Keywords entered in exiftools

Post by RuFe »

Thanks for reply,
everything of ; Space / \ | + * did not give the results wanted.
Regards
RuFe
Posts: 4
Joined: Wed Jan 13, 2021 5:12 pm

Re: Keywords entered in exiftools

Post by RuFe »

Problem solved: running

exiftool.pl -sep "/" -csv=metadata.csv -ext jpg . -overwrite_original

imports list entries for keywords from metadata.csv if the are separated by /

other charaters may be used as : ; \ as well.
RuFe
Posts: 4
Joined: Wed Jan 13, 2021 5:12 pm

Re: Keywords entered in exiftools

Post by RuFe »

... to add: "\" does not work".
regards RuFe
Post Reply