I've created an action which moves performer field to composer field. Works great when the only information is Written By: xxxx:
Example [Performer Field]
Written By: Frank Sinatra
However if the performer field has extra information, I would like to continue to move it to the composer field and run an action to delete everything before Written BY xxxx delete all but composer text. Like this
Performer Field:
Backing Vocals : Michael Cooper, Patricia Nicholas
Engineer : David Houston
Producer, Arranged By : Michael Cooper
Written-By : Carole King
In most cases, Written By: is the last phrase in the fields.
for the longer string I would try an action of the type "Guess value"
Source: %performer%
Pattern: %performer% Written by : %composer%
Please note, that the separator in Pattern is taken literally. In your example I found that you once have a space in front of the colon and the other time you don't.
So perhaps you delete the superfluous spaces first.
leads to an action that deletes more or less everything in composer as you do not tell where to save the remaining data. Wasn't that supposed to be COMPOSER? and the source field was PERFORMER?
If the "Import tag-field" action (i.e. "Guess value") does not work then the pattern that you write in "Pattern" does not match the existing data. Here every case of a word and every space character counts.