I am running Photo Mechanic version 6.0, build 6738 (5753775) on macOS Ventura 13.2.
I am using PM to add metadata to a large amount of pictures. Upon export, I need to create a TSV with different columns, and one of them should contain comma-separated values including several of my PM variables: "{keywords}, {persons}, {identity}".
My issue is that the previous command will export an unnecessary comma-space whenever one of the variables is blank. (E.g. if {persons}=blank, then output is "keyword1, keyword2, , identity1, identity2"). How could I prevent that behaviour (output should be "keyword1, keyword2, identity1, identity2")? Is there any function for smart appending (adds a comma-space only if the variable is not blank) or a piece of code based on grep/sed that I could use on the text export panel? Any advice on how to fix it or a workaround will be very appreciated!
Best,
Luis