i having source, router transformation, two targets in my
mapping... i given two conditions in router
1)sal >500
2)sal < 5000
---------------
my source is havig two sal records (1)1000 (2)2000
then which target will load first? will both targets are get
load or single target only get load...... why?
Answers were Sorted based on User's Feedback
Answer / moorthy g
Both Condition Are Satisfied,
So, It will load two targets. (T1 And T2)
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / jayashree
Refer to Page 302 of Transformation Guide:
If a row meets more than one Group Filter Condition, then PC
Server passes this row multiple times.
Hence both the targets will be loaded
PC Server determines the order of evaluation for each
condition based on the order of connected output groups.
Hence first Target1 and then Target 2.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / manojkumar
Hi Everybody,
Please check question again.
It is
" which target will load first? "
and
"will both targets are get
load or single target only get load...... why"
As per my knowledge,
It will load into two targets defenetly. There is no doubt
about it. And It will load same time into two targets or
first target will be first and second group target will be
next.
I am not sure about it. I am also searching answer for this
question.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / jvdwhinfo
Hi Guys,
Both the targets are loaded with both the records as both
condition are satisfied.
And the order of loading is, first target 1 is loaded and
next target 2 is loaded as informatica loads target by
target.
Thanks.
James
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sruthi
both targets get loaded.the first target gets loaded first and then the second.it cheks both the conditions,as both cannot be loaded in the same target,it loads the data even in the second target.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sameer
according to router group condition first load data the into target sal<500 and then load the data into the target sal<5000 because the informatica server check the group condtion according to router group then load then the data into the target means in target t1 1000 and then load taeget t2 5000
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandana
Use Target load order to specify which one to be loaded
first.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / jani basha
both records are load into 1st target only.... because in
Router if 1st condition satisfies then it will not go to 2nd
condition....
| Is This Answer Correct ? | 2 Yes | 22 No |
what is filelist concept in informatica
i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?
One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?
What are the data movement modes in informatcia?
How you load distinct records into one target and duplicate records into another target?
Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?
how may sources can be used in a mapping at a time?(limit)
What are the different tools in workflow manager?
what is mean by grouping of condition column in lookup transformation?
What is polling in informatica ?
how can one eliminate dupliacte data with out using distinct option?
in static and dynamic which one is better