How can i send first half of the records to one target and
Remaining to other target?
Answer Posted / venu
s----sq------srt----rtr---t1
t2
inthis flow take two sequence generaters and connect to
s0rter t/f like this
nextvalue descending order enable
nextvalue1 asending order enable
for example if 6 records contain
the sort result would be
nextvalue nextvalue1
6 1
5 2
4 3
3 4
2 5
1 6
sorter contain these ports and remaing ports next pass these
ports to ruter t/f
nextvalue > nextvalue1 1st condition ---it give 1st 3rows
nextvalue < nextvalue1 2nd cond ---- it gives last 3 rows
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
During the running session, output files are created by informatica server. Enlist few of them.
EXL informatica Questions
Quickly characterize reusable change?
What is incremental aggregation?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
How does a sorter cache works?
Describe the impact of several join conditions and join order in a joiner transformation?
How to create a non-reusable instance of reusable transformations?
How does the aggregator transformation handle null values?
What are the advantages of using informatica as an etl tool over teradata?
What is persistent lookup cache?
Can we get 1st record through Informatica(without sequence number).
What do you mean by filter transformation?
How to improve the performance of a session using sorter transformation?
How to call shell scripts from informatica?