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
Solved! Go to Solution.
So glad I found this thread! Had the exact same issue I was trying to solve and this was the perfect solution.
Thank you!