Solved

Join each record from one dataset to all records from another

  • 12 September 2022
  • 2 replies
  • 0 views

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.

 

list1list2output 

Thanks in advance,

Moisés

icon

Best answer by redgeographics 12 September 2022, 17:39

View original

2 replies

Userlevel 5
Badge +25

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

Reply