Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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

share|improve this question

1 Answer 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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.