1

I have done a bunch of internet research on this topic with no such luck. The closest I got to a solution is Removing extra string from text column in Attribute Table to make numeric column from number part using ArcGIS Field Calculator?.

I have an attribute field "UniqueID" with information formatted as "NE_MH143". other information in this field start with "SE_", "NW_" and "SW_". I would like to reduce this information to remove the first three characters of the string.

Can this be done with ArcGIS field calculator?

Attribute Table Screen Shot

asked Jan 13, 2017 at 21:01
0

1 Answer 1

7

To strip off the first 3 characters simply use the following in a field calculation:

!UniqueID![3:]
PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
answered Jan 14, 2017 at 1:32
1
  • 2
    In the case of beginners - you need to change the parser to python for this calc. Commented Jan 16, 2017 at 4:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.