Hello,
I am using ArcGIS Pro Version 2.6 and am trying to convert geoid (11 figures) from a string to numeric through the attribute table and calculate field. I have tried the following methods and it creates a new variable with only 10 figures and null values (when there are 11 figures).
- To denote that length is 11
- Calculate field where !variable!
- .zfill(11)
All of these have left me with many null values and only 10 digits in my number.
Is there any way I can go about doing this?
Thank you so much!