By using joiner t/r we can join only 2 tables, SO if want
join more than 2 flat files ,How can i join?
Answer / rahul
for n source we required n-1 joiner t/r.
ex: if we have 3 flat file dan we requried 2 joiner t/r
| Is This Answer Correct ? | 16 Yes | 0 No |
Could you explain what is enterprise data warehouse?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
HOW CAN U FIND THE SESSION START TIME? chandumba2005@gmai.com
What does refresh system mean, and what are its distinctive choice?
tell me 7.x and 8.x diferrencess(but not transformations)
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
what is the incremental agrrigation?
lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?
How to import oracle sequence into Informatica?
how to get flatfile containg 10 records half records one target another half another target
What are the join types in joiner transformation?