How many input links can you give to a Transformer stage?
Answers were Sorted based on User's Feedback
Answer / raghava naidu.k
It has one input link, many outputs & a rejected link
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / sai
In Parallel jobs,Transformer can have one input
link ,multiple output links and single reject link.
But in Server jobs,Transformer can have one input
link ,multiple reference links,multiple output links and
single reject link.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / srinivas
It will allow one input and one reference link...
| Is This Answer Correct ? | 1 Yes | 5 No |
Difference between in process and inter process?
i have a some records eno ename acono amount 1001 suresh sbi101 12000 1001 suresh sbi101 14000 1001 is dublicata how can i remove duplicate?
hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz
How and where you used hash file?
my source seq file have col1 1 2 3 4 5 6 7 8 9 i have 4 targets t1 t2 t3 t4 1 2 3 4 5 6 7 8 9 like this how we can get?
Is it possible to query a hash file?
difference between function and procedure...
What is the difference between orabulk and bcp stages?
How complex jobs are implemented in datstage to improve performance?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
Hi, I am getting data from sequential file like below column1 A&B C&D A&E X&Y&Z v&x But I need the target column as like below column1 A and B C and D A and E X and Y and Z v and x
How to generate surrogate key without using surrogate key stage?