Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I get the error java.lang.NullPointerException because I have a field that contains 0 value(i think). However, I want to get this value so I don't want to filter the value=0.
So to catch the error I added the component tLogRow like the screenshot below.
The type of field quality is Integer.
tLogRow print 1546 row with quality=0 after that the job is crashing.
So I can't understand the cause of this problems and How can I resolve them?
Please help me!
Best regards.
Check if your attributes aren't null. For example, for attribute value: row1.value!=null
Hi,
Thanks for your replay.
I've checked all the fields but still have the same problem.