Page 1 of 1

Having a dynamic filename in the sequential file stage

Posted: Tue Oct 21, 2008 10:01 am
by aasaif
I have source files that have ids prepended to each filename
In my sequentail file stage in the filename textbox is there anyway i can pass in a variablename in there. What i really want to do is pass in the filename as a job parameter and then read that parameter in the filename textbox

Posted: Tue Oct 21, 2008 10:05 am
by DS_SUPPORT
Yes , you can do that. You can define a job parameter, like SEQFILENAME.
and in the filename textbox, just give like #SEQFILENAME#, it will be repalced by the value what you are passing in the job parameter.