ALL CAPS: "PAYMENT" -> "Payment" (when normalizeAllCaps is true)
ALL CAPS compound: "INDIVIDUALDESIGNATION" -> "Individual Designation" (when splitCompoundWords is true)
Snake_case identifiers are split on underscores and title-cased first, then fed through
the existing camelCase logic to handle mixed conventions like "org_emailAddress" -> "Org Email Address".
Creates a human-readable display name from a database identifier. Handles:
Snake_case identifiers are split on underscores and title-cased first, then fed through the existing camelCase logic to handle mixed conventions like "org_emailAddress" -> "Org Email Address".