Reader: KOR (lines)-->spatial relation (KOR (Area))-->Writer Output: KOR (lines) with area info.
There are many more transformers in the middle so I would have to duplicate a lot more than the simplified version above.
At the moment I use multiple datasets in the reader the following:
Reader Asia (country datasets(lines)) -->spatial relation (Asia (country datasets Area))-->Writer Output: Fanout by Country (lines) with area info.
But that seems inefficient. Doesn't the spatial relator have to match each record in the reader to every record in the collection of area datasets to find a match? Rather than match one country to its counterpart then look for spatial matches?
Essentialy I'm asking for a way to load in lots of data sets and tell FME to match the datasets by a portion of the name then do the spatial relation based on the initial match.
Is that possible? Is my question understandable?
Thanks in advance for any help.