Page 1 of 1

Can I use job parameters with the XML output stage

Posted: Fri Oct 30, 2009 2:10 pm
by Lori999
I need the ability to direct my XML output file to different locations and would like to use a job parameter. Is there a way to use a job parameter with the XML output stage?

Posted: Fri Oct 30, 2009 2:22 pm
by chulett
Sure! You'll need to enter it manually enclosed in pound/hash signs but it will work just fine. You can even hard-code some portion and parameterize another:

/this/that/Big_old_file_#P_XML_FILENAME#_name.xml

Where P_XML_FILENAME is a Job Parameter's name. As a general rule of thumb, we parameterize the directory 'basename' portion and the actual filename in two parameters. FYI.

Posted: Fri Oct 30, 2009 2:59 pm
by Lori999
Perfect....Thank You :D