1

I built a model (in ArcGIS 10.6) and the Parse Path tool is working well if I using the Name type.

But I need to use the input .gdb name also into the output feature class name. e.g.

Inputs:

C:\clip\seeq.gdb\v1; C:\clip\lake.gdb\v1; C:\clip\lake.gdb\v2; C:\clip\lake.gdb\v3; C:\clip4q\hill.gdb\v1...

and I like to get these output FC names:

seeq_v1; lake_v1; lake_v2; lake_v3; hill_v1...

How could I use path? Or could you know something helpful?

Vince
20.5k16 gold badges49 silver badges65 bronze badges
asked May 1, 2020 at 13:59

1 Answer 1

1

So you can already get the name of the FC. To get the name of the gdb, do Parse Path w/ "PATH" as parse type, and then use the results as the input to another Parse Path, this time w/ "NAME" as parse type.

Might look something like this:

enter image description here

enter image description here

answered May 1, 2020 at 15:46
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.