Attribute Tables

214
1
12-13-2018 12:06 AM
ScottieTrammell
New Contributor

I am trying to change the scheme of a primary road name for our EMS dispatchers. The attribute just contains the road number. For example, one of the counties I am working on the roads are label NC xxxx. However, the table that I use to label the end map only has the number. Is there a way to go into the field and append it with the 'NC' at the beggining without having to go in and do each one individually? Screen shot included. I want to change the column on top to what the bottom looks like without having to go through each one which is thousands.

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

Make a new text field (ie Temp ), and calculate values for it using the python parser

Temp =

"NC " + !P_str_nam!

If it check out, you can copy the result from temp back

P_str_nam =

!Temp!