Hi,
I have a requirement to derive month value from the variable.
The variable 'carInputMonth' holds the values 01 or 02 or 03 ...12 based on the input parameter.
My requirement is to load the target file with Month column and the value should be 'Jan', 'Feb',..'Dec'. So I have to derive the month name from month number.. I though to write a case statement in the derived column but it is not working for me. Please advise.
Thanks.