Select to view content in your preferred language

Copy features a number of times based on a numeric field value

13151
30
Jump to solution
12-30-2014 10:05 AM
SethPaine1
Occasional Contributor

I have a point feature class with a Count field.  I want to copy each feature in the feature class a number of times based on the number in the Count field.  For example, if a feature has a Count value of 6, I want six new features created with all the same attributes as the original feature.

All the iteration model tools I can find want to group features based on an attribute value, but I want the number of iterations to be equal to the numeric value in my Count field.

Thanks

0 Kudos
30 Replies
BrendanSoulé
Occasional Contributor

So glad I found this thread! Had the exact same issue I was trying to solve and this was the perfect solution.

 

Thank you!

0 Kudos