I have source file which contains duplicate data,my
requirement is unique data should pass to one file and
duplicate data should pass another file how?
Answer Posted / sonali s
The above solution doesnt give required output. The requirement is as below:
Input:
A
B
B
C
D
D
D
Output should have 2 files as below.
File 1
A
C
File 2
B
B
D
D
D
Please provide solution for this
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
State the difference between an operational datastage and a data warehouse?
How many types of views are there in a datastage director?
How can one find bugs in job sequence?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
how to implement scd2 in datastage 7.5 with lookup stage
What is the difference between the local container and shared container?
in oracle target stage when we use load option and when we use upsert option?
what is the use of surogate key in datastage
Notification Activity
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
How many types of hash files are there?
Name the different types of Lookups in Datastage?
What are constraints and derivations?