I have a input as:
Col
1
1
2
2
3
I want 3 output as:
Output1:
1
1
Output2:
2
2
Output3:
3
i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
Answer Posted / sivakeshava
hi friends by seeing the source we need 3 targets....which id duplicates 1,1 is one target, and 2,2 is 2nd target and 3 is another target
Seqfile------------ >copy -------------- lookup(innerjoin) ------------- filter
Aggregator---------------- > filter
(count) where clause
copy to aggregate then filter to lookup then will give 3 targets
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
What is ds designer?
Explain ibm infosphere information server and highlight its main features?
How to Remove Duplicate using SQL?
How to RD using transformer?
How can one find bugs in job sequence?
Lookup constraints
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
If you want to use a same piece of code in different jobs, how will you achieve this?
On which Dimension Table you implemented SCD Type in your Project
Triggers,VIEW,Procedures
What is the purpose of interprocessor stage in server jobs?
Can you highlight the main features of ibm infosphere information server?
What are the difference types of stages?
What are the job parameters?