Skip to main content

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!

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


Reply