Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am iterating files into DB
if there is an error in 1st excel file then it has to iterate the 2nd excel file.
But in my scenario if 1st excel file fails it is not taking 2nd excel file.
Could anyone help me to solve this issue?
@Lakshmi2411,there is an error mean which componet is failing?
for exampe as shown below my job was failling at excelinput ,use on Component error to tWarn/tLogRow.
The component is CVE(tfileinputExcel_1)
I am not getting any error in this componenet
if one excel has some issue.it has to go to next file and run the job.
@Lakshmi2411,check this,should fix your issue.
@Lakshmi2411,can you check,have you checked Die on error in basic setting of tFileInputExcel? if yes do not check that option and still if the issue is there show the setting of tFileInputExcel.
@Lakshmi2411,the below is working fine,please check.