Here's my situation: I've got multiple utility feature classes, and each fc is subtyped according to one the primary attributes, which is a String. Each fc has at least 12 attribute fields, and each attribute is formatted as "String". My goal is to write a Python script that will sort, separate...