1)How to Duplicate Records Delete in Sequential file?
Answers were Sorted based on User's Feedback
Answer / naga
connect sequential file to dataset and use partition
technique and perform sort and select unique
| Is This Answer Correct ? | 19 Yes | 6 No |
In the sequential File stage there is a option called filter.
there we can use UNIX command.
syntax for Remove duplicate: uniq or sort -u
| Is This Answer Correct ? | 11 Yes | 1 No |
What is merge stage?
How many types of hash files are there?
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?
How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastage job using unix commands.
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
whats difference between ls -ltr and ls -lrt?
source contains 2 columns comes to target 4 columns how
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
what is .dsx files
How to transfer file from one system to another system in UNIX?which command to be use?
What are the types of hashed files in data stage