Hi This is Vijay,
How can your remove the duplicates in sequential File?
Answers were Sorted based on User's Feedback
Answer / naga
where you guys find filter option in sequential file
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / charan
hi this is charan
in sequential file there is no distinct keyword.But we use sequential file properties reject mode=output and then use remove duplicate stage based on key column(here we can't store the duplicate records).
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
Hai Venugopal..,
This is kiran............
I tryied but im not getting proper result...please try
again please intimate me.........
Thanks you...................
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / manoj
By using "DISTINCT" key word can remove all the duplicates
in the record or file .......
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / venugopal
Hi Vijay it's simple
In the source sequential file goto Output->Properties
under options you mention reject mode = Output.
This will gives the duplicate records in the output.
This will 100% work why because in my present project we
are using the same format.
Is This Answer Correct ? | 3 Yes | 10 No |
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
What are the repository tables in datastage?
difference between server shared container and parallel shared container
What are the various kinds of the hash file?
What is PX?
Describe stream connector?
1)What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
What are the partition techniques available in your last project?
Define Job control?
What is the use of datastage designer?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?