Remove Artist field If Artist field is same as AlbumArtist feild

Is there a way to action batch to remove Artist field If Artist field is same as AlbumArtist feild?

You can use an action of the type "Format value" for ARTIST:
Format string: "$if($eql(%artist%,%albumartist%),$char(0),%artist%)

Even though this is possible, it does not make a lot of sense - you get some tracks where you have the field ARTIST with data and some without. So you can probably not use that field for searching.
Due to the padding of the tag you will probably save hardly any disc space.

Thank you.
I was planing on using it in between multiple actions. Hopefully it will help me achieve what I'm trying to so. Thanks again. :slight_smile: