hi I can change dictionary values but I can't figure out to change the keys..
here is the scenario I want..
A dictionary is coming like this {'fstn':'Tim','lstn':'Parker','mdl':'W','dob':'19801201'}
now I need to change to
{'FIRST_NAME':'Tim','LAST_NAME':'Parker','MIDDLE_NAME':'W', 'BIRTH_DATE':'19801201'}
please help me to change the keys..