CHANGE CAPTURE
No Answer is Posted For this Question
Be the First to Post Answer
what is meta data? Explain? Where it is used?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
What is the different type of jobs in datastage?
what is hash file
whom do you report?
SOURCE CITY NAME1 NAME2 NAME3 NAME4 BGLR HCL CSC IBM TCS TARGET CITY COMPANY BGLR HCL BGLR CSC BGLR IBM BGLR TCS
What are the benefits of datastage?
How to remove duplicates in transformer stage? in parallel mode
On which interface you will be working as a developer?
how to transfer file from one system to another system in unix? which cmd to be use?
What are the differences between datastage and informatica?
how can you generate sequence number using only the sequential file stage?