i have a source table
ID NAME SAL
101 A 1000
102 B 2000
103 C 1500
target load should be
ID NAME SAL
101 A 1000
101 B 2000
101 C 1500
102 A 1000
102 B 2000
102 C 1500
103 A 1000
103 B 2000
103 C 1500
Answer Posted / kondeti srinivas
IF IT IS SOURCE FLAT FILE THEN SQL OVER RIDE WILL NOT WORK
IF IT IS FLAT FILE USE UNION TRANSFORMER AND
CONNECT 3 SAME SOURCE STRUCTURES OF FLAT FILES TO UNION T/F AND CONNECT TO TARGET. IT WILL GIVE THE REQUIRED OUTPUT
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the session task and command task?
How to join three sources using joiner? Explain though mapping flow.
How to update a particular record in target with out running whole workflow?
Explain the scenario which compels informatica server to reject files?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
can we override a native sql query within informatica? How do we do it?
What the difference is between a database, a data warehouse and a data mart?
What is meant by lookup transformation? Explain the types of lookup transformation?
Why union transformation is an active transformation?
Difference between Target-based loading and constraint-based loading?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
how many types of dimensions are available in informatica?
Scheduling properties,whats the default (sequential)
Separate from a database, an information bazaar, and an information stockroom?
Differentiate between joiner and lookup transformation?