by
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

1 Answer

0 votes
by

We will have to use the Union Transformation here. Union Transformation is a multiple input group transformation and it has only one output group.

  1. Drag all the sources in to the mapping designer.
    Mapping-designer-informatica-interview-questions
  2. Add one union transformation and configure it as follows.Group Tab.
    Group-tab-informatica-interview-questionsGroup Ports Tab.
    Group-ports-tab-informatica-interview-questions
  3. Connect the sources with the three input groups of the union transformation.
    Union-transformation-informatica-interview-questions
  4. Send the output to the target or via a expression transformation to the target.The entire mapping should look like this.
    Expression-transformation-2-informatica-interview-questions

Related questions

0 votes
    I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow....
asked Mar 28, 2021 by JackTerrance
0 votes
    I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow....
asked Mar 28, 2021 in Technology by JackTerrance
0 votes
    How do you convert single row from source into three rows into target?...
asked Mar 28, 2021 by JackTerrance
0 votes
    How to join three sources using joiner? Explain though mapping flow....
asked Mar 28, 2021 by JackTerrance
0 votes
    How do you load only null records into target? Explain through mapping flow....
asked Mar 28, 2021 in Technology by JackTerrance
0 votes
    How do you load alternate records into different tables through mapping flow?...
asked Mar 28, 2021 in Technology by JackTerrance
0 votes
    How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows...
asked Mar 28, 2021 in Technology by JackTerrance
0 votes
    What is the difference between Mapping and Mapplet?...
asked Mar 26, 2021 by JackTerrance
0 votes
    How to create empty tables with the same structure as another table?...
asked Dec 11, 2020 in Technology by JackTerrance
0 votes
    Explain in detail SCD TYPE 2 through mapping....
asked Mar 29, 2021 in Technology by JackTerrance
0 votes
    Explain in detail about SCD TYPE 1 through mapping....
asked Mar 29, 2021 in Technology by JackTerrance
0 votes
    Differentiate between Router and Filter Transformation?...
asked Mar 28, 2021 by JackTerrance
0 votes
    For example I have this 1 ['cancelled:', '7'] And I want to split to only get the integer value ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    For example I have this 1 ['cancelled:', '7'] And I want to split to only get the integer value ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
...