Hello,
Could someone help me with this issue? I want to transpose all the rows from a table as attribute fields in a feature class and I find it difficult to do for almost 500 tables and 500 rows in the feature class.
So practically I want to avoid doing a relationship class and move the data like this:
Table
------------------------------------------------
Type | Surface | Name |
A | 11 | Name1|
B | 12 | Name 2|
.
.
.
.
n | n | Name"n"|
And those multiple rows I want to move in a feature class and the feature class`s attribute table to become like this:
Feature | FC Surface | Type1| Surface1|Name1|Type2|Surface|Name2|..............|Type n|Surface n|Name n|
1 | 1212121 | A | 11 | Name1| B | 12 | Name2|.............| 'n' | ..... | ......... |
Hope you understand:)
Thanks,
Ionut