I have a source either file or db table
Eno ename sal dept
101 sri 100 1
102 seeta 200 2
103 lax 300 3
104 ravam 76 1
105 soorp 120 2
Want to run a session 3 times.
First time: it should populate dept 1
Second time: dept 2 only
Third time: dept 3 only
How can we do this?
Answers were Sorted based on User's Feedback
Answer / srinivas
create a mapping variable
example;
name type datatype pre scal agg
$variablename variable decimal 3 0 max
filter transformation
filter condition: setvariable($variablename,($variablename+1))
+1 is used as the consecutive deptno diff is 1
| Is This Answer Correct ? | 11 Yes | 0 No |
can u give example for factless fact table
Explain pmcmd command usage in informatica
What are the mapping paramaters and mapping variables?
Explain sessions and how many types of sessions are there?
When will u go for (which means situation) Connected Lookup and Connected Lookup? Pls explain with an example?
How do we call shell scripts from informatica?
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
what are the settiings that u use to cofigure the joiner transformation?
What are the types of presistent cache in look up tr.
What are the types of data that passes between informatica server and stored procedure?
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?