Page 1 of 1

lookupstage issue

Posted: Mon Dec 26, 2011 8:30 pm
by ntr
Hi ,
In lookup stage i am facing an issue
My job

Code: Select all

src->trans->lkp->trans->db
             |  
   File---->trans
src input:
A,B,C
1,AA,23
,BB,24
File:
A,B
1,AA
,BB

I am using lookup
Before lookup i am using NulltoValue((A),'Null')from source

But it was not working can any one guide on this

Posted: Mon Dec 26, 2011 10:50 pm
by Kirtikumar
First thing - Close the other duplicate post. Second thing - when providing some job design or code and alignment is needed use the code button provided above and using the preview button make sure it looks the way you want it.

Now coming to your problem - is there any warning or error in the job logs? Not working means - job is failing, or you are not getting the output?

Posted: Mon Dec 26, 2011 11:58 pm
by chulett
Kirtikumar wrote:First thing - Close the other duplicate post. Second thing - when providing some job design or code and alignment is needed use the code button provided above and using the preview button make sure it looks the way you want it.
Done and done.

Posted: Tue Dec 27, 2011 1:30 am
by ray.wurlod
So what's the issue?