Hello..
I just want to know how to remove or replace a semicolon from artist section.
Some track contains multiple artist name for example: John;Doe;Newman
I want to replace that semicolon ( ; ) with a comma ( , )
so that it will look like:
John, Doe, Newman
I've already tried Action->Replace
but not working...
Any solution ?
... which means that you have a multi-value field (several fields of the same type).
You can merge these to just one field with an action of the type "Merge duplicate fields".
Enter the "comma blank" as separator and it should be the way you want it.