following table
source
name gender
a1 male
a2 female
how to change 'male' to 'female' and 'female' to 'male'
Answers were Sorted based on User's Feedback
Answer / koti
by using expression transformation U can apply decode
function..
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / abhishek kumar
src->sq->exp->filter->tgt
expression t/f
flag ->
iif(gender='male','female','male')
abhishek guddu
| Is This Answer Correct ? | 7 Yes | 2 No |
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
What are the hard ware required for a normal sized data warehouse? and What are the software required for a normal kind of data warehouse?
Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?
What all join we can perform in LOOKUP transformation?
What is depict expression change?
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
What is the need of an ETL tool?
Explain the types of transformations?
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
what transformations are used for Variable port?
What are the two modes of datamovement in informatica sever?
what is upstream and downstream transformation?