Answers for "Get the list of attributes and compare to another list to find missing" https://knowledge.亚搏在线safe.com/questions/61822/get-the-list-of-attributes-and-compare-to-list-to.html The latest answers for the question "Get the list of attributes and compare to another list to find missing" Answer by jdh https://knowledge.safe.com/answers/61826/view.html

You'll want to look at the Schema reader, which will produce a list with the attribute names and types.

attribute{}.fme_data_type
attribute{}.name
attribute{}.native_data_type

I tend to use python to compare two lists, but you could explode the attribute list and use a ChangeDetector.

Tue, 16 Jan 2018 22:11:26 GMT jdh