Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
((Integer)globalMap.get("tHashOutput_1_NB_LINE"))>=5000
((Integer)globalMap.get("tHashOutput_1_NB_LINE"))<5000
First, if my .tsv file contains more than 5000 bad rows then the job should not insert the rows and system should write the bad rows in a .bad file and should write a log file.
Second, If the .tsv files contains less than 5000 bad rows then the job should insert the good rows in to the table and should not insert the bad rows and should create only log file no need to create bad file in this situation.