Hi,
How can I join each feature from one dataset to all features from a second dataset?
Datasets aren't related to each other by any column.
Thanks in advance,
Moisés
Hi,
How can I join each feature from one dataset to all features from a second dataset?
Datasets aren't related to each other by any column.
Thanks in advance,
Moisés
No FME handy at the moment, but if you set up a FeatureMerger with the same, constant, value for Supplier and Requestor join field, e.g "1" and "1" it should work. Have it handle duplicate suppliers and then explode the list afterwards.
No FME handy at the moment, but if you set up a FeatureMerger with the same, constant, value for Supplier and Requestor join field, e.g "1" and "1" it should work. Have it handle duplicate suppliers and then explode the list afterwards.
Awesome, it worked! Thanks :D