GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Output for sort and dedup sort with null key

Answer: I have file containing 5 unique rows and I am passing them through SORT component using null key and and passing output of SORT to Dedup sort. What will happen, what will be the output.


June 06, 2008 08:31:40 #1
 sixto.dsilva CRM Expert  Member Since: March 2008    Total Comments: 49 

RE: Output for sort and dedup sort with null key
 
I think you need to you need to specify the option whether you need to keep the first or last or unique records , as far i know that there won't be any change in records , it will exact the same as the original file.This scenario i think you can use to delete any header or tailer records in a file.
     

 

Back To Question