Skip to main content
Question

Merfing fields of records in Same Table

  • 27 January 2013
  • 1 reply
  • 6 views

Hi All,

 

 

I have two different tables(A & 😎 in SDE, which are having a common field to maintain relationship between the tables. I have requirement like finding the relation records in table B with respect to the records in table A. In table B it may contains one or more (max 4) records will available. After finding the relationship reords, then merge the fields of relation records to record in table A.

 

 

Can anyone please suggest of how to approach my requirement.

 

 

Thanks,

 

Seshu
This seems like a task to complete with a JOINER (if yuo know some SQL-syntax) : 

 

 

If you want to do it only with multiple Transformers the FeatureMerger will be your friend. More information regarding both of them can be found here:

 

 

http://evangelism.safe.com/fmeevangelist79/

 

 


Reply