Page 1 of 1

file name

Posted: Thu May 04, 2006 4:39 pm
by adams06
Hi All,

How to create a file name with CurrentTimestamp?

I want to create a file in this form "filename_CurrentTimestamp.XLS"


Thanks in advance.

Posted: Thu May 04, 2006 4:59 pm
by diamondabhi
I think you can Use Timestamp as a JobParameter and use that parameter while naming the file.

Posted: Thu May 04, 2006 6:00 pm
by ray.wurlod
A search will find an after-stage subroutine that you can use. Generate the base name, then use the after-stage subroutine to change the name. Since the after-stage subroutine is not executed until all rows have been processed and the file closed, this is an entirely valid approach.