Simple question for some of you ...

Have a "one to many relation" from a line feature class table to an 
attribute table.
So each line feature in my incoming line features, could have many 
relations to records in the table/list. The table/list has an uniqe 
ID equal to the line ID.

As output I want to extract every uniqe list attributes (LID) onto 
the line feature attribute, f.ex by indexing/number them from 1-n.

Example:
Line feature attribute/records:
LID
1
2
Table list attribute/records:
LID A1 A2 A3
1   a  b  c
1   d  e  f
2   g  h  i
2   j  k  l

Want output line feature attribute to be:
LID A1_1 A2_1 A3_1 A1_2 A2_2 A3_2 and so on
1     a    b    c    d    e    f   
2     g    h    i    j    k    l
etc.

Bjørnar









Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to