Question

Creating multiple table rows from 1 attribute

  • 22 February 2016
  • 1 reply
  • 5 views

Badge

I have a Feature Class in Oracle and in this FC I have an attribute field, in which I have the number 1 or 2 or 3. Dependent of the numer I want as much rows in another table as the number in this attributefield.

See example below:

FC: FC_ID OPENINGS

1 1

2 3

3 2

****************************************

TABLE: OPENINGID FC_ID HEIGHTOPENING

1 1 3m

2 2 2m

3 2 1,5m

4 2 1,4m

Does anyone knows which transformer(s) I have to use?

Thank you!


1 reply

Userlevel 1
Badge +21

A cloner, with the number of copies set to the attribute that contains the number of rows you require.

Reply