I HAVE 10 records in source. I want to store i record in
target 1, second record in target 2, third record in target
3, 4 th record again in target 11, 5th again in target 2,
6th again in target3 etc.... how it is possible?
Answer Posted / rucha
i will use a sequence generator to get the row number then
input this sequence numbers to an expression transformation
where i will give an if condition (row number mod 3) then
the result be stored in a variable port say x.this variable
port value is filtered using router transformation as rows
with x=1 in group1,x=2 in group 2 and x=3 in default. the
resultant groups are connected to the targets 1,2 and 3
respectively
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the difference between Active and Passive transformation?
What is meant by lookup transformation?
What is a sequence generator transformation?
What you know about transaction control transformation?
Enlist some properties of sessions.
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
Differences between version 7.x and 8.x.
How to improve the performance of a session using sorter transformation?
tell me 5 session failure in real time how can you solve that in your project?
Differentiate between Load Manager and DTM?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
how tokens will generate?
What is decode in static cache?
What is rank transformation in informatica
What are junk dimensions?