When I look at the format of each, FME says the following: ObjectID jstring(38)]
GlobalID lchar(38)]
I thought my TestFilter wasn't working since the data types are different. I added a StringFormatter to change both to a string (Format String: s) and thought this would do the trick. I didn't or I don't know how to properly configure this. I also tried removing the curly brackets but that didn't work either.
I copied the values out from the inspector, and from what I can tell, they are identical and SHOULD pass through the "Attribute Match" port. GlobalID = {1A34BEC4-FE38-4D9C-B280-75CEB5D8B6CB}
ObjectID = {1A34BEC4-FE38-4D9C-B280-75CEB5D8B6CB}
What am I missing??