So I am in the process of creating a model in ArcGIS and I am stuck on one particular point. I have about a dozen feature classes that I need to be “extracted” using the feature class to feature class tool, but I only want a subset of each feature class. The subset I am waiting are features that lie in a particular county. I am hoping to extract the subset in each feature iteratively so I dont have to run the same tool a dozen times.
I have successfully ran the model extracting the subset for 1 feature class using an SQL query but I have not been able to perform this action to run itervatively across the GDB. Does anyone have any suggestions to get this process to work?
Thanks