Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'm her again,
I have a job like this ,
tFileInputXML ------> tXMLMAP------>tJavaRow------>tSetGlobalVar------->tSendMail
I extracte some data in my inputfile and in my tJava I have a condition:
string var =((String)globalMap.get("stuff'));
if( var !=null)
{
//execute programme
print = var;
}
else
{
system.out.println("Pass");
}
(if condition is, if I get some error string i set the file name in a var and i send a email with the file who get the error)
so in my tSendMail I would like to use the print variable in my if condition, or setting in my tSetGlobalVar, how can I do ?
Thx a lot
Solved, I use the tLogRow.ERROR_MESSAGE
use the tLogRow.ERROR_OUTPUT