Author: RahulG31
Subject: Re: Reply to: Joinkeys with duplicated keys
Posted: Fri Sep 23, 2016 9:36 pm (GMT 5.5)
I wanted to make sure this comment from Bill is Not missed and this should be what OP wanted:
As Bill said, best way to do is to generate a sequence number and use it as a key.
Subject: Re: Reply to: Joinkeys with duplicated keys
Posted: Fri Sep 23, 2016 9:36 pm (GMT 5.5)
I wanted to make sure this comment from Bill is Not missed and this should be what OP wanted:
Bill Woodger wrote: |
It looks as though you just want to "side-by-side" the data. Both your input files are the same. Best way to do this is to generate a sequence number, appended to each record (for fixed-length records, prepended to the data for variable-length records) and using the sequence number as the key. |
As Bill said, best way to do is to generate a sequence number and use it as a key.