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

How/where can i install Informatica software with oracle or teradata as database

0 Answers  


Hi, In a mapping I have 3 targets and one fixed width file as source. Total 193 records are there . I connected one port in aggregator to all 3 targets. The same value need to be load into these 3 targets . It is loaded like that only but in different order. Why? The order of insertion should be same know for all 3 targets ? Then why the order is changed ? Any one please help me. Advance thanks.

3 Answers   IBM,


How to load the source table into flat file target(with columns) in informatica?

4 Answers   Accenture,


What is diff joiner and lookup

4 Answers   BirlaSoft,


Explain the mapping variable usage example in informatica

0 Answers   Informatica,






How many cubes create from a single model?

1 Answers  


If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.

3 Answers   IBM, TCS,


what happens if you try to create a shortcut to a non- shared folder?

1 Answers  


what is mean by grouping of condition column in lookup transformation?

1 Answers  


how to work with mapplet designer in informatica?

7 Answers  


HOW DO YOU PARFORM INCREMENTAL LAOD ?

7 Answers   SAIC,


I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?

11 Answers  


Categories