Solved

how to compare two schema to see if there are duplicate fields?

  • 12 November 2019
  • 1 reply
  • 5 views

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?

 

icon

Best answer by david_r 13 November 2019, 08:39

View original

1 reply

Userlevel 4

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