Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if(((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")).equals(0)) {
System.out.println("There are no rows.");
}
else {
System.out.println("There are " + ((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")) + " rows.");
}
System.out.println("");
if( ((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")).equals(0) ) {
System.out.println("There are 0 rows.");
}
else if( ((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")).equals(1) ) {
System.out.println("There is " + ((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")) + "row.");
}
else {
System.out.println("There are " + ((Integer)globalMap.get("tFileOutputExcel_1_NB_LINE")) + " rows.");
}
System.out.println("");
((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")).equals(0)System.out.println("");
System.out.println("***tJava_1***");
System.out.println("There are no rows.");
System.out.println("");((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")).equals(1)System.out.println("");
System.out.println("***tJava_2***");
System.out.println("There is " + ((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) + "row.");
System.out.println("");((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) > 1System.out.println("");
System.out.println("***tJava_3***");
System.out.println("There are " + ((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) + " rows.");
System.out.println("");