2

I am creating a model the will iterate through the feature classes in the dataset.

It will select attributes from each feature class, the only issue is, two of the feature classes will cause a break in the process due to being void of the attribute.

Is there a way to exclude the two said feature classes from the iteration?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Sep 8, 2015 at 1:41
2
  • Take a look at the answer to gis.stackexchange.com/questions/112510/… which indicates how to employ if-then logic in ModelBuilder. Commented Sep 8, 2015 at 3:30
  • 1
    If you are using a FeatureClass iterator you can use the wildcard parameter to filter out the problematic FeatureClasses if they are name differently. Commented Sep 8, 2015 at 15:59

1 Answer 1

0

You could either:

  1. use the answer to Using Python script as precondition in ArcGIS ModelBuilder? to employ if-then logic in ModelBuilder; or
  2. do as commented by @Hornbydd:

If you are using a FeatureClass iterator you can use the wildcard parameter to filter out the problematic FeatureClasses if they are name differently.

answered Sep 10, 2016 at 5:48

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.