Hi,
My requirement is converting date to weekday
that is Monday, Tuesday, Wednesday..............
I having data like this
ID | Date | Amount |
1 | 05.12.2013 | 100 |
2 | 09.12.2013 | 23 |
3 | 355 | |
4 | 05.12.2013 | 436 |
5 | 02.12.2013 | 456 |
6 | 45 |
I written a formulae in transformation's like DATE_WEEKDAY(DATE)
here date is having null values because of that my data load is failed
could you please suggest how to write a formulae or routine on this
Thanks,
Naveen