Script to copy keyword to IPTC field
The following script (which I believe is exactly what I'm looking for) isn't working for me due to syntax errors:
Was hoping someone might be able to assist or point out what the errors may be. I'm trying to take a single keyword and have it copied over to any of the IPTC metadata fields.
0
-
The line:
if KWparent ≠"missing value" then set KWname to KWparent & " " & KWname -- optionally drop this line
should be
if KWparent is "missing value" then set KWname to KWparent & " " & KWname -- optionally drop this line
That small compilation error fixed and the script worked for me (v21 tested).
0
Please sign in to leave a comment.
Comments
1 comment