How can remove duplicates in a file using UNIX?
Answer Posted / prasad
Uniq -u File_name
It will remove duplicates records.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
On which Dimension Table you implemented SCD Type in your Project
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
How a source file is populated?
What is the difference between an operational datastage and a data warehouse?
How we can covert server job to a parallel job?
What all the types of jobs you developed?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
Why do you need stage variables?
Why fact table is in normal form?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Explain Quality stage?
What are the different layers in the information server architecture?
How you can fix the truncated data error in datastage?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join