Skip to main content

As stated in the title,

I want to compare two schemas to see if they have duplicate field names.

My idea is to use the Change Detector, but i do not know how to expose field names from an reader

 

Any thoughts?

 

You can use the "Schema (any format)" reader to get a list of all the fields in each schema. You can then use the ListExploder on the list before sending it to the ChangeDetector.


Reply