Combine Delete Rows and Append tools to make a single Overwrite tool to be used in ModelBuilder. (a no code solution)
For background I have a Hosted Feature Layer, that is overwritten daily. The data is coming from a CSV that gets processed in ModelBuilder.
1st Delete Rows removes all records from the Hosted Layer
2nd Append the Hosted_Feature_Layer with the processed Feature_Layer_Temp
Every time the model runs the entire Hosted Feature Layer is refreshed with new data from the processed CSV. The Hosted Layer id stays the same, so no need to reconfigure anything consuming he layer.
The only downside is the ObjectID increased every time the model is run.
I would love to see the Delete Rows and Append combined in a single Overwrite tool. Perhaps improving the ObjectID issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.