I am a newbie to Data Services. We are using Data Services XI 3.0 Premium. I was given a task to identify duplicates by using hash values so that there is no loss of data and at the same time we can identify the duplicates. I was able to find that functionality in Oracle. But client wants the functionality in Data Services, before it loads into Oracle. I looked everywhere, couldn’t find the right information. Help would be really appreciated. Please let me know if any further information needed.
Thank you for going through my post. I really appreciate your time.
Thank you for responding. Hash value is nothing but, some number or string which gets generated based on the values we feed.
My purpose is to generate a string or numeric value for each row which is inserted into a table in database. That way I can identify the duplicates. I am not sure if I have explained it the right way. Here is a nice reference just in case: http://blogs.msdn.com/b/sqlsecurity/archive/2011/08/26/data-hashing.aspx
Client wants me to do hashing in BODS before the data hits the database.
Please let me know if anything needed.