Insert space before capital letters in column names

I suggest to implement the following feature:

The ability to automatically add a space before capital letters in column names.

A typical use case might be:

For example, as starting a separate word with a capital letter is a common convention when naming columns in a database (ie. CustomerContact), if a space could be entered before each capital letter, this would mean that the column heading wouldn’t need to be formatted manually.

Note2Self: If we tackle this, we need to take acronyms into account - these shouldn’t be separated. How would one decide in case of “ThisIsATest” that the “AT” is not an acronym?