Recently we changed our backend data source from Netezza to Redshift. However when the qvd was stored originally the column header was saved in uppercase. After switching to Redshift, the qvd is stored with lowercase headers. I tried to use the command "FORCE case upper" but it also changes data value into uppercase (which wasn't my intention). How do I handle the difference cases from different data source for a smooth transition?