I have source data like this
col1 col2 col3
5 3 8
6 2 9
7 1 10
and i want to get target as
col1 col2 col3
5 1 8
6 2 9
7 3 10
which transformation i have to use and how?
Answer Posted / rahul
use sorter trans
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is a code page?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
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 is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
What is the difference between Active and Passive transformation?
permutations of mapplet
What is Index Caches size?
Whats there in global repository
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
What are the different types of olap? Give an example?
What is source qualifier transformation in informatica?
How to create or import flat file definition in to the warehouse designer?
What are the tuning techniques you applied during your last project