Hi all,
I'm working with a FeatureMerger transformer connecting address points to ownership information.
I have address points that have a location point and a address String. Unfortunately there are single addresses that have multiple address point locations. Thus there are repeated features.
The ownership information has ownership by address. To attach this information to a geographic location, I am using the FeatureMerger. Ownership is by address, but there may be multiple owners per location (think apartment building).
I want to run this through the FeatureMerge and create a point file output that has each ownership information value to an address point.
The problem I'm running into is that for each address point that has multiple points for a single address value, that value doesn't get merged to the ownership information at that address.
The ownership information is the Requestor, and the Address Points is the supplier.
I have Process Duplicate Suppliers set to YES.
I have tried to Generate List and then use a ListExploder as well. It did not seem to work.
Any thoughts?
Thanks!