Hi, I can't seem to get this to work.
I have a folder with multiple GDB's
I need to create a new GDB and add all the features from the collection of GDB's.
I started by trying to do it without a few parameters, meaning only selecting the folder containing the GDB's.
A new GDB should then be created with the name of the folder selected, then iterating through the gdb's and exporting the content to the new GDB.
I can't figure out inline variables, so it will find the parametric folder, that equals the new gdb. name.
I can use the get path tool. Which will give me the path, name and extension. Then it would be great if I could just create %path%\%Name%+""+%Extension% but the extension don't include "." Trying to add it fails, it would just create a path like:
Myfolder\NameOfGdb"."gdb.
Even if I try to not make it smart and manually create input parameters, I can't make it work, maybe I'm just tired now.
Anyone who has a solution to this?
Thanks
Solved! Go to Solution.
Maybe the Calculate Value model tool will get you there? In this example, I have two model variables, Path and extension.
Maybe the Calculate Value model tool will get you there? In this example, I have two model variables, Path and extension.
Thank you I got it working 🙂