Select to view content in your preferred language

Copying huge amount of features (>1000) from one feature class to another

81
2
Wednesday
Labels (3)
LIEPAJABUILDINGBOARD
New Contributor

Hi! I have two feature classes and I need to copy (transfer) all the features from one feature class to another. The amount of feaurtes is >8000. What is the best way to transfer all the features, as the copy and paste option on Clipboard does not allow to copy huge amount of features at once.

0 Kudos
2 Replies
GeeteshSingh07
Occasional Contributor II

@LIEPAJABUILDINGBOARD, copy-paste (special) ideally should work. However, the best approach I can think is Append. You can use Append geoprocessing tool.
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm

Steps:
In ArcGIS Pro, click "Analysis" in the ribbon >>  Tools
Geoprocessing window will popup. Search "Append"
Open Append (Data Management)

GeeteshSingh07_0-1722499987237.png
In the tool:

Input Dataset:The input datasets containing the data to be appended to the target dataset. 
Target Dataset: The existing dataset where the data of the input datasets will be appended.
< If schema of your input and output dataset matches>
Field Matching Type: Input fields must match target fields
Otherwise, choose field mapping option.

Rest all, parameters are optional & depends on your requirement. 

Hope this helps! Thank you 🙂

 



0 Kudos