Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using a tMap component with a row that is defined by an expression. Does anyone know how I can catch rows that do not work in the expression?
For example, I'm getting a java.lang.ArrayIndexOutOfBoundsException but I don't know the values that are causing this problem.
In Microsoft's SSIS you can just select an "error" output and redirect it to a spot where you can read it. You don't have to know ahead of time what the error will be, you can just redirect all errors. Does Talend have something similar?
Thanks,
Croix
Okay, very good.
Thank you TRF