Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an Excel datasource but in the Transaction Date column, it consists of various date format, for example:
7/12/2010
09-08-10
(Blank)
-
ANy idea how to clean this data?
THanks
its the same =(
ive uploaded the source too
Hi,
Please see the the attachment,i hope it will solve u r purpose
Thanks
vivek
It works! Thanks a bunch!
Buy u coffee next time~
Hi,
No need to write subfield in place of this you can use replace command because if symbol change you need to write another code by this you can change
Date(Replace(TransactionDate,'-','/'), 'DD-MM-YYYY') as NewTransactionDate2
See the attched sample file solution sheet.
Rgds
Anand
PERFECT!