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?
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?
Best answer by david_r
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.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.