Thank you for your time Peter, I better understand the concept for the Group/Sort for length now which will help me accomplish the task I have.The task is a bit more involved and I should have supplied A better example of what I was trying to accomplish. Let me give you a better example from the actual data.
The Layout for this particular template consists of
"Record#.Store ID","Last Name_Address_Zip Code","Zip Code","Phone#"
"9496.11501","Beck 2165 Bradley Rd 11501","11501","4408351293"
"8840.11501","Beck 2165 Bradley Road 11501","11501","4408351293"
"8540.11501","Beck 2165 Bradley 11501","11501","4408351293"
The Project Coordinator has asked to use the "Last Name_Address_Zip Code" as the Primary Key for the record.
The line of data with the Highest Record# would be the best Primary Key since it is the most recent data.
I have been tasked to create the Parent record(PK1)in the first file to import on the first pass with no duplicates.That would be
(PK1)-Written to Parent Record File
"9496.11501","Beck 2165 Bradley Rd 11501","11501","4408351293"
(Duplicates)-Written to Child Record File
"8840.11501","Beck 2165 Bradley Rd 11501","11501","4408351293"
"8540.11501","Beck 2165 Bradley Rd 11501","11501","4408351293"
Then after the Parent records are imported to the Oracle CRM on Demand DB I will be able to use the 2nd field to join the Children to the Parent.
I am continually Amazed by the power and versatility of the ETL tool and the Support Team. Thank You!