Hi
I’m struggling to find a way to create a format string that is using "If" and "contains” commands.
Or more specifically commands that “automatically fill other fields with specific identifier tags when a specific tag is present in a different field altogether.
I’ve been successful in creating format strings like this one below:
$if($eql(%artist%,'Sizzla'),%CONTENTGROUP% - 'J.A.
',%contentgroup%)
Which give the result of Putting J.A.
in Contentgroup Field if the name Sizzla is in the Artist field.
Starts out like this:
Contentgroup: "blank"
Artist: Sizzla
then after i select this $if($eql(%artist%,'Sizzla'),%CONTENTGROUP% - 'J.A.
',%contentgroup%) action to be executed it will then fill content group to look like this
Contentgroup: J.A.![]()
Artist: Sizzla
One of my main problems is the artist's name can only have the word “sizzla" by itself in the specific case-sensitivity or else the formatting will not show up in the Content group field.
is there a format string with the right scripting that can make it so no matter what the case sensitivity and if other artist names are present in the same field that it will just zone in on the fact the artist name is present in the artist field so the format string command/action group I create should be executed anyways?
Basically like what the "matches word option" does in the "replace action window" that you can select in the "add action group" feature.
I would really appreciate some help on this.
Thanks