how to join the 2 different table with different columns in
informatica?

Answers were Sorted based on User's Feedback



how to join the 2 different table with different columns in informatica?..

Answer / reni

Create one dummy record for each table:
from 2 source qualifiers connect a expression
transformation to create a output port as "Dummy" & assign
the value "1" to that port.
Then in joiner join based on this dummy port of two
different source.

Is This Answer Correct ?    15 Yes 1 No

how to join the 2 different table with different columns in informatica?..

Answer / krishna

By Handling on this we go for joiner tr make sure that there
is a common coloumn b/w the two tables.other wise not possible.

Is This Answer Correct ?    6 Yes 0 No

how to join the 2 different table with different columns in informatica?..

Answer / 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

how to join the 2 different table with different columns in informatica?..

Answer / anoosha

by using joiner transforamation we can join or merge the
different columns from two different table at informatica....
eg:emp;customer or dept table tak d common fields by dat
join d 2tables....

Is This Answer Correct ?    2 Yes 5 No

how to join the 2 different table with different columns in informatica?..

Answer / sanjay

1.By using UNION transformation we can join 2 different
table with different columns in informatica....

2.By using Sequence generator on both tables, we can join 2
different table with different columns in informatica....

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More Informatica Interview Questions

What is the difference between informatics 7x and 8x and what is latest version?

0 Answers  


I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y

2 Answers   DELL,


Can anyone please distinguish what is Inner join and Outer join

2 Answers   Wipro,


What is A complex mapping?

3 Answers   TCS,


in informatica,if i have some no.of records,if i want 1st and 10th records..what will be the method to use?

11 Answers   L&T,






Which one is better performance wise connected/un-connected lkp?why?

2 Answers   HCL, TCS,


I'd like the load to be triggered by client. By placement of a file or somehow. How is it done in Informatica? I'm using version 7.1.4 This is so urgent - I really appreciate your help :-)

3 Answers   Alcatel-Lucent, ECI Telecom,


write sql query following table pname description lux soap sunsilk shampoo lux shampoo sunsilk soap clouseup soap closeup paste i want the output like pname description lux soap sunsilk shampoo lux soap sunsilk shampoo closeup paste closeup paste

1 Answers   TCS,


What are the different types of Type2 dimension maping?

1 Answers  


write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh

4 Answers   Accenture, TCS,


How you can differentiate between connected lookup and unconnected lookup?

0 Answers  


how you will maintain version?

3 Answers   CTS, TCS,


Categories