I have two feature class source and target. Target feature class has all the columns that matches with source feature class but target feature class also has some extra fields. Total number of columns in source feature class is 5 and total number of columns in target feature class is 10. Now i want to copy(not append) all the features from source to target. The reason for copying is i want to preserve the value of GlobalID field. Can some one help me to achieve this using arcpy
Thanks