Hi,
I need to write a script that deletes rows from one feature class and append data from another feature class to the first feature class. Both feature class has the same name but are stored in a different location, I need to run this script in the python window, I was wondering what could be the workaround to accomplish this task. The script needs to run in a Python window and other users need to run the script as well.
Here is an example below:
Feature Class A = Need to delete rows from this feature class.
Feature Class A = Append data from this feature class to the first feature class.
I hope this makes sense
Thanks,
SAM!