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
Thanks
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the types of caches in lookup?
What are the limitations of joiner transformation?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the session task and command task?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
What is a filter transformation?
What are the different types of repositories created using informatica?
Design a mapping to load a target table with the following values from the above source?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
Mention some types of transformation?
What is the commit type if you have a transaction control transformation in the mapping?
How to join three sources using joiner? Explain though mapping flow.
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
Quickly characterize reusable change?
What are the guidelines to be followed while using union transformation?