In Source 1 to 100 numbers? How can we load the even number in One target and odd number in another target?explain the mapping? How can we draw and wich transformations we r using?and explain logic?
RE: In Source 1 to 100 numbers? How can we load the e...
Use a Router after the source if the port have the number 1 to 1000 divided by 2 returns 0 then it belongs to Group 1 else Group 2. Send group 1 to one target group 2 to 1 target
RE: In Source 1 to 100 numbers? How can we load the e...
use router transformation after source and then use the condition recordnumber/2 0 this is one group another is default group.then we populate these two groups into two targets
RE: In Source 1 to 100 numbers? How can we load the even number in One target and odd number in another target?explain the mapping?How can we draw and wich transformations we r using?and explain logic?
Use mod function in Expression transformation to resolve this problem.
RE: In Source 1 to 100 numbers? How can we load the even number in One target and odd number in another target?explain the mapping?How can we draw and wich transformations we r using?and explain logic?
Use a router on Mod (2)... for 1 route to odds-target and for 0 even-target.