Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Everything is Ok
Files: 20
Size: 64479954
Compressed: 6950205
disconnected
((String)globalMap.get("tSystem_1_OUTPUT")).matches(".*Compressed.*")
Exception in component tSystem_1
java.lang.NullPointerException
at bader_fpo.test_unarchive_7z_0_1.test_unarchive_7z.tFileList_1Process(test_unarchive_7z.java:317)
at bader_fpo.test_unarchive_7z_0_1.test_unarchive_7z.runJobInTOS(test_unarchive_7z.java:2599)
at bader_fpo.test_unarchive_7z_0_1.test_unarchive_7z.main(test_unarchive_7z.java:2507)
Everything is Ok
Files: 20
Size: 64479954
Compressed: 6950205
disconnected]
"Err Msg: "+((String)globalMap.get("tSystem_1_ERROR_MESSAGE"))+"\n"
+"Err Output:" +((String)globalMap.get("tSystem_1_ERROROUTPUT"))+"\n"
+"Exit Val:"+((Integer)globalMap.get("tSystem_1_EXIT_VALUE"))+"\n"
+"Output:"+((String)globalMap.get("tSystem_1_OUTPUT"))+"\n"
Err Msg: null
Err Output:null
Exit Val:0
Output:null
Err Msg: null
Err Output:null
Exit Val:0
Output:
BloombergReformat Application - Ver 1.0 - March 26, 2008 Run time : 6/17/2008 5:31:18 PM
Application terminated on 6/17/2008 5:31:18 PM.
Number of columns processed: 78
Number of rows processed: 9
Standart Output : to global variable
((String)globalMap.get("tSystem_1_OUTPUT")).matches(".*Compressed.*")
Now, in parameters of tSystem, I choose
Standart Output : to global variable
I did a test with a condition "main" and a messagebox and it works !
But when I want to use run-if condition with that : ((String)globalMap.get("tSystem_1_OUTPUT")).matches(".*Compressed.*")
It doesn't work !
((String)globalMap.get("tSystem_1_OUTPUT")).matches("*Compressed*")