Metadata values in a script
Posted: Mon Mar 07, 2011 1:43 pm
Hello,
i want to get some metadata value as strings in my script-element.
This line is ok:
Test = job.getVariableAsString("[job-name"]");
But at this line i get the error massage "Parse Error: parse error"
Test = job.getVariableAsString("[Metadata.Text:Path="/auftrag/info",Dataset="Xml",Model=XML]");
Whats wrong with the script. How can i get the information from the XML-File in my script
i want to get some metadata value as strings in my script-element.
This line is ok:
Test = job.getVariableAsString("[job-name"]");
But at this line i get the error massage "Parse Error: parse error"
Test = job.getVariableAsString("[Metadata.Text:Path="/auftrag/info",Dataset="Xml",Model=XML]");
Whats wrong with the script. How can i get the information from the XML-File in my script