I have a file that has a mixture of data input. Some of the data is all upper case and some of the data has the first letter as upper case and the rest as lower case.
Is there a way to uniform the data. My preference is converting it all to First letter Upper case and the rest lower case.