You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi All,
I am using Talend Version: 3.0.2 Build id: r20205-20081119-1100. My problem is that I am getting a NullPointer exception when doing a filtered read from an Excel file into an MS SQL DB table. I have tried to use either tMap or tFilterRow and I still get the error on both. I have attached the flow and error details on the images. I dont generally get this problem and have a strong suspicion that this is specific to that file (empty row or cell perhaps) but I am not sure on how best to get round it.
Last edited by obelix (2009-09-16 13:04:04)
Offline
Hello guy
You need deal with the null vlaue. eg:
row3.column1!=null&&row3.column2!=null&row3.column1.startsWith("HH")&&row3.column2.indexOf("**crash")==-1
Best regards
shfong
Online
hi,
im new to talend open studio, i want to get the rejected inner join rows into excel file
please help me to solve this
Last edited by ishk (2009-09-17 06:35:04)
Offline
Hello Ishk
Please see [Forum, topic 2202] Query from different databases, I give an example in that topic.
Best regards
shong
Online
Pages: 1