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 the difference between lookup and sparse lookup?
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
What could be a data source system?
what is .dsx files
Differentiate between hash file and sequential file?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
Have you have ever worked in unix environment and why it is useful in datastage?
Define project in datastage?
How to remove blank spaces from data?
I have 5 different sources i want same records in 5 different targets Can you any body send me this question answer rathdsetl@gmail.com
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?