1
2
3
*
4
5
6
*
7
8
9
how to load records between two stars(*),
Answer Posted / ankur
small change in the above post..
add an exp after source qualifier...with two more ports
v_out as variable =iif((is_number(inputport),v_out,v_out+1)
output=v_out
so output from this exp will be
1 0
2 0
3 0
* 1
4 1
5 1
6 1
* 2
7 2
8 2
8 2
now add a filter where output=1 and in_number(input)
Thanks
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain pushdown optimization and types in informatica
Describe an informatica powercenter?
What is the Process to creating lookup transformation in informatica
What are the advantages of using informatica as an etl tool over teradata?
how to load dimension table and fact table. plz tell me the steps.
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
Define filter transformation?
How many ways are there to create ports?
How to create or import flat file definition in to the warehouse designer?
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
Do you find any difficulty while working with flat files as source and target?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
What is the difference between a repository server and a powerhouse?
Explain sessions and how many types of sessions are there?
can any one give some examples for pre sql and post sql(Except dropping and creating index).