johnnyv Posted December 6, 2012 Report Share Posted December 6, 2012 Hi I am trying to build a simple model using an interator (Interate feature classes) and I want to set 2 (or more) wildcard conditions. For example: to restrict interation over input names starting with a or b or c. I try the following syntax: a* or b* or c*, but didn't work (I try also a*,b*,c*) Can anyone help? Quote Link to comment Share on other sites More sharing options...
Svenne68 Posted December 7, 2012 Report Share Posted December 7, 2012 I'm don't think that you in the model can use multiple wildcards just as.......i think you have to use python for that (and i don't know shit about python ) Otherwise you could make "nested models".......1) A main model with the merged output from the 3 submodels as are: 2)The iterator with wildcard a* + 3) The iterator with wildcard b* and 4) The iterator with wildcard c* Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.