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
What are active and passive transformations?
What is the use of code page?
How can we improve session performance in aggregator transformation?
How to configure mapping in informatica?
in reporting we add some new objects,how we get the count of the newly added objects to the report
How do you promote a non-reusable transformation to reusable transformation?
Which version configuration tool used in ur project?
What are the different lookup cache(s)?
How can a transformation be made reusable?
Mention a few design and development best practices for informatica?
How would you join a node to the already existing domain?
What is the advantage of informatica?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
How many types of sessions are there in informatica.please explain them?