Can I use job parameters with the XML output stage
Moderators: chulett, rschirm, roy
Can I use job parameters with the XML output stage
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?
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.
/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.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
