Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

I'm Trying to add a space between two concatenated field values

$
0
0
I want to add a space between two concatenated field values that would appear like this "Kunle Street", I've tried the code below but its not giving me the expected result any suggestions? Thank you



Code:

arcpy.CalculateField_management("Street", "STREET_NAME", "!NAME!" + " " + "!NAME_EXTEN!", "PYTHON_9.3", "")

Viewing all articles
Browse latest Browse all 2485

Trending Articles