Hi Everyone,
I have a music file in WAV, that contains multiple of ARTIST attributes, each attribute for one Artist Name.
Example of 4 artist names in a wav file, all names are separated by coma ','. which looks good.
John, Mary, Peter, Solomon
But I have many files, that contain like this below. Which means four Artist attributes.
John\Mary\Peter\Solomon
My Request, I want join all four names (John\Mary\Peter\Solomon) into one Artist attribute like (John, Mary, Peter, Solomon)
Kindly advise me how to do.
Thanks,
Pravin