Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    That's close to what I ended up doing. I created a tool that makes the schema for the target layer by running an intersect and then deleting all of the records. This is now used as the target for the append. The problem is now that it is a two step process. I don't want to combine the two steps because the schema creation will run through the entire process...which would be a time suck. So a separate tool allows me to select one record, run the tool, and then viola! Schema, baby! Commented Jan 16, 2018 at 19:33