Is it possible for us to give each output of a process a unique name segment (inline name). So for example I have a process that dissolves, then eliminates and buffers a single input file. I need to save the itermediate steps into a gdb.
So we have [TownNameX_slope]--Dissolve[\townDissolves.gdb\TownNameX_dissolve]--eliminate[townEliminates.gdb\TownNameX_eliminate] etc. then TownNameY etc.
So in a batch process I have to keep entering TownNameX for each output type. I know in iterators you can use %n but this is for just the output of one tool. Can we extend this to all the output where
%n=townnamex and then for dissolve the output is %n_Dissolve etc
I guess the other option is to run it in python in a "for" loop but I would prefer to stay in model builder as the reporting is easier.
This is similar to the question in Using ArcGIS ModelBuilder to perform In-line variable substitution for input data path?
أكثر...
So we have [TownNameX_slope]--Dissolve[\townDissolves.gdb\TownNameX_dissolve]--eliminate[townEliminates.gdb\TownNameX_eliminate] etc. then TownNameY etc.
So in a batch process I have to keep entering TownNameX for each output type. I know in iterators you can use %n but this is for just the output of one tool. Can we extend this to all the output where
%n=townnamex and then for dissolve the output is %n_Dissolve etc
I guess the other option is to run it in python in a "for" loop but I would prefer to stay in model builder as the reporting is easier.
This is similar to the question in Using ArcGIS ModelBuilder to perform In-line variable substitution for input data path?
أكثر...