| Bug ID Number |
BUG-000154805 |
| Submitted | December 29, 2022 |
| Last Modified | June 12, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.9.5 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Version Fixed | 3.1, 3.04 Patch |
| Status | Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
|
Workaround
Create an empty feature class in the PostgreSQL enterprise geodatabase with the same fields or data types. Run the Append tool to append the data successfully without decimal places appearing.
- Right-click the PostgreSQL enterprise geodatabase Spatial Database Engine (SDE) connection in the Catalog pane > New > Feature Class.
- Add a new field with the Double data type in the Create Feature Class pane.
- Click Finish to finish creating the new feature class.
- Once created, open the Geoprocessing pane and search for the Append tool. Set the parameters as below:
- Input Datasets: The file geodatabase feature class.
- Target Dataset: The enterprise geodatabase empty feature class.
- Field Matching Type: Use the field map to reconcile field differences.
Steps to Reproduce