Compare Datasets: INCLUDE fields option in addition to skipping certain fields

The idea is:

Compare Datasets does not only support skipping fields and include the others for comparison but also include certain fields and exclude the others for comparison.

My use case:

I have two lists of user datasets and I only need to compare two fields. The other 20 fields don’t matter for comparison. Putting all the other fields’ names into the “Fields to Skip Comparing” field is not so cool, because if the database schema changes I need to instantly update the skip-fields-list in n8n as well or my workflow breaks. So being able to invert the comparison rule would be really nice.

I think it would be beneficial to add this because:

I think quite a lot of people have similar use cases where they only need to compare certain fields.