HOW TO
When viewing a table in ArcGIS Pro that has text values in all lower case, it may be necessary to capitalize the first letter of the text values through a quick and automated method. In the example shown in the screenshot below, the text values in the DelawareCounties table's CountyName field contain all lower case letters, and an adjustment must be made to capitalize the first letter of each word. For example, "new castle" becomes "New Castle".

The instructions provided below show how to capitalize the first letter of each word of the text values in a table field in ArcGIS Pro, using the the DelawareCounties layer table's CountyName field.
Note: If a text value has multiple words and only the first letter of the first word must be capitalized, select the .capitalize() function from the Helpers list instead.
The general expression is as follows:
!<field name>!.title()
In this example, the expression reads:
!CountyName!.title()


Article ID: 000041459
Get help from ArcGIS experts
Start chatting now