I have a school district field in my data that contains values such as:
EUREKA UNION SCHOOL DIST
JOHNSON CITY IND SCHOOL DISTRICT
PLACER HILLS UNION SCH DIST
BROOKS CO IND SCHOOL DISTRICT
PACER CO PUB CMTY DISTRICT
What I want to do is transform these names to their full name. So I want "DIST" to be replaced by "DISTRICT", "IND" replaced with "INDEPENDENT", "SCH" replaced with "SCHOOL". "CO" replaced with "COUNTY", and so on...
Can I accomplish this with a find and replace tool? Fuzzy matching maybe? I am completely new to these tools and not sure how to configure. Thanks