i have source file data empno,ename,sal 100,ram,1000
200,tyu,2000 300,gh,3000 out put as e
empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?
Answers were Sorted based on User's Feedback
Answer / sameer
1) Connect the source Qualifier to expression transformation.
2) In the expression transformation create a variable port V_count and increment it by one.
3) Create V_sal variable port and assign the expression IIF(V_count=1,NULL,V_prev_sal) to it.
4) Create one more variable port V_prev_sal and assign Sal to it.
5) Now create output port O_prev_sal and assign V_sal to it.
6) Connect the expression transformation to the target ports.
In the expression transformation, the ports will be
empno, ename, sal
V_count=V_count+1
V_sal=IIF(V_count=1,NULL,V_prev_sal)
V_prev_sal = sal
O_prev_sal = V_sal
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / rsbandaru
Ok..Integration service by default assigns value 'o' to the
variable port..
Is This Answer Correct ? | 0 Yes | 0 No |
Define enterprise data warehousing?
i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
How to update records in Target, without using Update Strategy?
how to convert the .doc docs into .txt format using informatica
Hi I'm new in Informatica. Can you show me a mapping sample on how to piviot the records? Thanks Robin
When we are using Dynamic Cache,which options we will select in session level?
What are the two modes of datamovement in informatica sever?
how many data models u have done in informatica project?
wht is full process of Information source to target just like stg to productuon and development
what is the predefined port in dynamic lookup
what are the enhancements made to Informatica 7.1.1 version when compared to 6.2.2 version?
Write the advantages of partitioning a session?