Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if i run this job using two trunjob components,each tfilelist lists same files and both job will read same files but i want first job to read first file,and secondh job should read second file and etc
if((String)globalMap.get("tFileList_1_CURRENT_FILE").equals(input_row.filename)){
globalMap.put("hasBeenProcessed", true);
break;
}else{
globalMap.put("hasBeenProcessed", false);
}
hi shong,
i m trying the solution u mentioned but getting error can u show the settings of tFileInputDelimted_1 component ,
i have given file name/stream:"/opt/etl/fileflag.txt" and schema just :filename string 500
hi,
i am also tried this scenario.but i got the error
cannot convert string to boolean
but
i changed .then also again shows the same error in tjavarow.
how to resolve it.