1

I am building a model that will iterate through feature classes, run the check geometry tool on each, and then join the check geometry output table back to the original feature class. When the model reaches the join stage, it is adding the attributes of the first feature class to each subsequent feature class it iterates through rather than bringing in the attributes of each feature class as it is sent through the model.

For example: Iterate Feature Class A -Join Layer A Attributes to Geometry Error A Iterate Feature Class B -Join Layer A Attributes to Geometry Error B rather than Layer B attributes

Is there a way to clear the whatever Add Join is storing in memory each iteration? Or am I simply going about this all wrong. I hope this makes sense.

Here's the model diagram if that helps: enter image description here

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Aug 18, 2014 at 14:09

1 Answer 1

1

I cannot see the right hand end of the screenshot of your model but it sounds like you have not included a Remove Join (Data Management) tool:

Removes a join from a feature layer or table view.

Try adding that and I suspect your model may run more like you want it to.

answered Aug 19, 2014 at 0:33

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.