Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In addition, will the "tlogCatcher --> Main --> tfileOutputDelimited" flow logs the errors into a file? If not, how should I define the flow in order to log the errors in a log file?
I am wondering is there any ways to log tmap if tmap has an error?
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
how to catch the exact error thrown by the component?
like there are 4 fields defined in a schema and all of them are not null, if a filed doesn't have a value how to say that this particular field in a particular row is not valid using Talend?
Also what is the best way to report the error to the consumer of the Job?
Only Custom message is possible to return from tDie?
Is there any other way of error handling on the component schema validations