# How to filter duplicate fields?

**URL:** https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551
**Category:** Support
**Created:** [June 15, 2012, 9:21pm UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551 "2012-06-15T21:21:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dexter\_prog](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/7cd45c/32.png) [@Dexter\_prog](https://community.mp3tag.de/u/Dexter_prog)
#### Post date: [June 15, 2012, 9:21pm UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551/1 "2012-06-15T21:21:42Z")

</div>

I want to see what files have duplicate fields prior to using the remove duplicate fields action. I searched but couldn't find any answers. Is it possible?

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [June 16, 2012, 5:33am UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551/2 "2012-06-16T05:33:42Z")

</div>

Maybe, if you can reduce the amount of tag-fields to check for being a meta-tag-field to a manageable number.

For one tag-field you can use the Filter with this expression ...

**"$if($neql($meta(TAGFIELDNAME,1),),1,0)" IS 1**

... or ...

**"$if($eql($meta(TAGFIELDNAME,1),),0,1)" IS 1**

... or ...

**"$iflonger($meta(TAGFIELDNAME,1),0,1,0)" IS 1**

You can combine more of such expressions by using the filter operand OR ...  
(expr1) OR (expr2) OR (expr3)

Sure, it would be more simple to do, if the Filter would support a syntax like ...  
%\_tag% HAS META  
%GENRE% HAS META

DD.20120616.0936.CEST

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [January 6, 2021, 6:18pm UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551/3 "2021-01-06T18:18:35Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
