I am hoping someone may have suggestion as to why a FeatureJoiner fails to join on 1 attribute only.
- Left input: table of records, including CouncilRegion attribute
- Right input: polygon feature class with Region's Name
The transformer successfully joins all records from the left input table, to the feature class..., apart from the table records in "Hawke's Bay"
The join is successful for all other records.
I have trimmed any potential white space at the end of the attributes.
Anyone can think of where the problem may lie, what test I could do to ensure Hawke's Bay records do join?
Many thanks