i want send my all duplicate record one tar and all uniq
records one target how we will perfome explain
example:
input data
eid
251
251
456
456
951
985
out put/target1
251
251
456
456
out put/target2
951
985
how we will bring
Answer Posted / sarath
seq---->aggr--->filter---- ds1
|
-->ds2
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to read multiple files using a single datastage job if files have the same metadata?
If you want to use a same piece of code in different jobs, how will you achieve this?
Define repository tables in datastage?
what is repositery?
how to add a new records into source?
What are the functionalities of link partitioner?
Can you explain link buffering?
How do u convert the columns to rows in datastage?
Explain ibm infosphere information server and highlight its main features?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
How to reverse the string using unix?
Define Job control?
AGGREGATOR default datatype
Differentiate between Join, Merge and Lookup stage?
What is ds designer?