You are not logged in.
Announcement
Unanswered posts
|
thanx i did it
Thanks Shong that did the the trick.
Hello Ishk
Please see topic:2202, I give an example in that topic.
Best regards
shong
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
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
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.