I had a TITLE field on 500+ MP3's that look like "TITLE - ARTIST" with the ALBUM and ARTIST fields both set to the same value
I tried to use the [Split Field by Separator] action to split the current TITLE field into 2 pieces and put text after the '-' into
the ARTIST field and the part before the '-' into the TITLE field, both followed by a TRIM()
The online help is a little sparse, and I couldn't find any examples online.
I ended up using a complicated formula, but I'd like to understand the Split Field more for the next time
Let us say you have a genre-tag with the content:
Pop/Rock/Folk-Rock/Country
You want to make a Multivalue tag-field insted of this:
Field: Genre
Separator: /
If you look for the result of this action you can see
Pop\Rock\Folk-Rock\Country in the tag panel and
4 Tags of genre in the extented tag-panel (ALT-T).