Skip to main content
Question

Creating multiple table rows from 1 attribute

  • February 22, 2016
  • 1 reply
  • 74 views

mvloenhout
Participant
Forum|alt.badge.img

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!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Evangelist
Forum|alt.badge.img+49
  • Evangelist
  • February 22, 2016

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