I need to use FeatureMerger or FeatureJoiner based on two varchar(200) attributes.
Visually those values do match. No white spaces trailing anywhere, the strings are the same, yet neither FeatureMerger nor FeatureJoiner are able to combine the data.


As an example from the the Feature Information pane


The join/merge is supposed to happen within a custom transformer, but I also tried it in the main workflow, where I received the same results.
FeatureMerger is in version 21, and
FeatureJoiner is in version 1001.
Any suggestion on how I can identify the culprit and get these features to join/merge?