Question

attributes

  • 20 June 2015
  • 1 reply
  • 11 views

Hi,

 

I'm totally new to FME. I have two datasets and I need one attribute from dataset one in dataset two. Thanks for the help.

1 reply

Userlevel 2
Badge +17
Hi,

 

 

There are some transformers which can be used to merge attributes of features coming from two different datasets. e.g. FeatureMerger, Joiner etc.

 

 

A general usage of the FeatureMerger:

 

Send the features coming from one dataset to the Requestor port; send the features coming from another dataset to the Supplier port.

 

Set a join condition (attribute(s) matching) to the "Join On" parameter.

 

Then, attributes of a Supplier feature will be added to a Requestor feature when they satisfied the join condition, and the Requestor feature will be output from the Merged port.

 

 

Try this first and post more specific question if the transformer doesn't work as expected.

 

 

Takashi

Reply