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 |
What is meta stage?
How to display all the duplicate records from the oracle Table?
What are the benefits of datastage?
Tell me the syntax of Configuration file?
How do you schedule or monitoring the job?
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
How many input links can you give to a Transformer stage?
Explain entity, attribute and relationship in datastage?
Describe link sort?
why we use hash file for lookup?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.