Select to view content in your preferred language

Data Corrupts when deleting field

1026
12
01-03-2025 11:28 AM
Labels (1)
JamesPoeschel
Frequent Contributor

(ArcGIS PRO 3.3.0) 

Whenever I delete a field from the table view I have an 80% chance of corrupting the file, if I delete a field from the fields views its more like 40%. I've corrupted so much data this past year. Why is it so easy to corrupt data in ArcPRO? It wasn't like this in 2.x or even 3.1. Does anyone else run into this?

0 Kudos
12 Replies
Wolf
by Esri Regular Contributor
Esri Regular Contributor

Are you deleting the field using the UI or are you deleting the field programmatically or are you using a Geoprocessing tool?  Can you provide a sample snippet?

MichaelVolz
Esteemed Contributor

Does this happen to any field or is it more specific to a data type or a field tied to a domain?

0 Kudos
George_Thompson
Esri Notable Contributor

What format is the data stored in: shapefile / file geodatabase / enterprise geodatabase / etc. that you are deleting?

--- George T.
0 Kudos
Ed_
by MVP Regular Contributor
MVP Regular Contributor

In my experience ArcGIS Pro 3.4 is more stable than 3.3 so maybe start from there?

Question | Analyze | Visualize
0 Kudos
MicZatorsky_AEC
Frequent Contributor

Is it on a network drive?   We have found attempting to rename a field on a FGDB on a Nasuni network drive instantly corrupts the geodatabase while working locally is fine.

0 Kudos
kntr
by
Frequent Contributor

Are you deleting a field from a shapefile or other file-based datasets? Could you export the data into a file geodatabase feature class (.gdb), and try deleting the field again there to see if the issue persist?

Reference: https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-class-to-geodatabase.htm 

If this answer solved your question, please mark it as "Accept as Solution" to help others who have the same question.

0 Kudos
HollyTorpey_LSA
Frequent Contributor

I've never experienced this, but my colleague reported something similar recently after trying to delete a field from the table view. The data in the field he tried to delete turned into wingdings and some of the other fields lost their data (values became nulls): 

HollyTorpey_LSA_0-1736876400540.png

In this case, the table in question was the output of a buffer operation, if that makes a difference. It was stored in a file geodatabase on a Nasuni drive and the field he tried to delete was a text field without a domain.

- Holly
0 Kudos
sfmcats
New Contributor

I had this same issue with 2 different files. The data were corrupted in other fields of the feature class (i.e. the fields I was trying to delete did delete and the data that was corrupted was in other fields) turned into wingdings or other unintelligible text. One instance was in deleting fields in the table view and the other instance was in deleting multiple fields with the geoprocessing tool ‘delete field.’ Both data were feature classes stored in separate file geodatabases. I am using ArcGIS Pro 3.5.2. Both were on my C drive. Field types that were deleted varied – text, short, long, etc. Does anyone have any solutions for this problem? Thanks!

0 Kudos
MicZatorsky_AEC
Frequent Contributor

Where was the GDB, local or network?

0 Kudos