Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / subhash

According his logic: from aggregator stage: the output is
this: 251,2
456,2
951,1
985,1
the main data is:
251
251
456
456
951
985

If you join these two links then the output will be:
251,2
251,2
456,2
456,2
951,1
985,1

Then your are specifying that count=1 then you get the
unique records. means YOU get: 951,985


in another link count<>1 means YOU get: 251,
251,
456,
456

this is our desired out put, our out put.
the logic explained by Shiva is correct.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can fix the truncated data error in datastage?

1881


Why do we use exception activity in Datastage?

1368


what is the use of surogate key in datastage

2364


How to find value from a column in a dataset?

2249


what is the difference between == and eq in UNIX shell scripting?

1556


What is the different type of jobs in datastage?

1024


Which commands are used to import and export the datastage jobs?

1460


Where do you see different stages in the designer?

1141


What is the roundrobin collector?

1149


What are the benefits of datastage?

1301


What steps should be taken to improve Datastage jobs?

1120


how to sort two columns in single job in datastage.

2956


hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys

2928


What are the types of jobs we have in datastage?

1119


What are the types of hashed files in data stage

1146