Hello,
In my export configuration, I have the following
$loop(%artist%,1) %artist%,$loopend()
$loop(%mixartist%,1) %mixartist%,$loopend()
But for some reason, it creates commas before and after the data like below
Artist: ,artist1, artist2,
Remixer: ,artist3, artist4,
How can I make it simple like below:
Artist: artist1, artist2
Remixer: artist3, artist4