Page 1 of 1

hard code of date

Posted: Mon Nov 03, 2008 12:31 am
by visgtm
How to hard code the date in transformer stage

Posted: Mon Nov 03, 2008 6:48 am
by ray.wurlod
You have a number of choices. CurrentDate() gives "today". You can put in the date as a literal string, for example StringToDate("2008-11-11"). You can employ a reference to a job parameter in which the date is hard coded.