how to join the 2 different table with different columns in
informatica?
Answer Posted / balanri
Hi,
I will presume this question as generic one.
In general case when we are joining 2 tables, no need to
bother about field names of it.,joining field datatypes are
only factor needs to consider..
Hence, we have 2 possible ways in informatica for joining 2
tables:-
Join 1 :
Let say , S1, S2 => 2 source tables from same db conn.
string/server with same credentials.
T1 => target table.
S1,S2 => SQ1 => Exp1 => T1
Here, SQ1 sql will take care of joins as we code sql.
Join 2:-
In case if S1 and S2 are from two different environments or
db's.
S1,S2 => Joiner Transformation J1 => Exp1 => T1.
Joiner J1 is compatible to have all options for building
Join condition.
Thanks.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
How we can create indexes after completing the load process?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
What are the issues you have faced in your project? How did you overcome those issues?
What are the different clients of powercenter?
What is the difference between source qualifier transformations source filter to filter transformation?
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
Explain about Informatica server process that how it works relates to mapping variables?
Differences between version 7.x and 8.x.
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What is transformation?
Why union transformation is an active transformation?
How can we use mapping variables in informatica?
What is different between the data warehouse and data mart?
Explain how to import oracle sequence into informatica?