Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
id name Address
1 Tom Green street
2 Dick Blue Street
3 Harry Red Street
id status
1 valid
2 valid
3 invalid
I don't see how that helps my problem.
My problem is the excel file is missing sheet 2.
So When the tFileInputExcel tries to read the file, it gets a error:
: testtalend.stationsubjobtest_0_1.StationSubjobtest - tFileInputExcel_1 Special sheets not exist!
Even though I put Die on Error as unchecked, it still dies. tFileList stops iterating due to the error in tFileInputExcel
I don't see how that helps my problem.
My problem is the excel file is missing sheet 2.
So When the tFileInputExcel tries to read the file, it gets a error:
: testtalend.stationsubjobtest_0_1.StationSubjobtest - tFileInputExcel_1 Special sheets not exist!
Even though I put Die on Error as unchecked, it still dies. tFileList stops iterating due to the error in tFileInputExcel
Why - I can test it before suggest, but You do not want spend 1 min for create quick test? 🙂
Why - I can test it before suggest, but You do not want spend 1 min for create quick test? 🙂
I did test it... however the process was extremely slow (30 seconds) and the files became very big (900kb to 20mb) and some files threw errors
Plus it does not solve the root problem, How do I continue the loop, if a component gets a fatal error?
How to do error handling