the condition :
globalMap.get("frequence").equals("Q")
and the error:
Exception in component tFlowToIterate_1
java.lang.NullPointerException
at pmi.pmi_schedule_0_1.PMI_Schedule.tFileInputExcel_1Process(PMI_Schedule.java:1459)
at pmi.pmi_schedule_0_1.PMI_Schedule.runJobInTOS(PMI_Schedule.java:2128)
at pmi.pmi_schedule_0_1.PMI_Schedule.main(PMI_Schedule.java:1981)
And the tLogRow display correctly the data!
Where is my misstake?
Didier