Page 1 of 1

Comparing non key columns , with mulltiple inputs

Posted: Tue Mar 27, 2007 6:12 am
by ag_ram
Hello Folks

In one of the jobs we have , we extract a Year from Database and compare that with all the rows (each row has a year column) .

Right now i use a CG , using Dummy keys i lookup the input from DB and append the year to all columns .

Then it is taken to a Transformer to do a comparison . Is there a easier way of accomplishing this

Posted: Tue Mar 27, 2007 1:20 pm
by Andet
I think it all depends on what you're doing when the year matches.
You can use a lookup stage. You might be better off doing an outer join with the table(s).

Ande