Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
globalMap.put("Ship_Number", row1.Ship_Number); // but where can i do this for each row like iterating tSetGlobalVar but within tFileInputDelimited?
//here the data type of Ship_Number is string.
if((String)globalMap.get("Ship_Number").equals(input_row.Ship_Number)){
do something;
}esle{
do nothing;
}
globalMap.put("Ship_Number",input_row.Ship_Number);
Have you looked at tUniqRow?