Author: RahulG31
Subject: Reply to: Joinkeys operation when key1 and key2 is of different length
Posted: Wed Nov 02, 2016 8:45 pm (GMT 5.5)
What is the significance of 2 bytes of trailing spaces? Do you only want to match records which have these 2 bytes of spaces?
What if your file2 is like:
Do you want to match that '44444444444444' record or Not?
.
Subject: Reply to: Joinkeys operation when key1 and key2 is of different length
Posted: Wed Nov 02, 2016 8:45 pm (GMT 5.5)
What is the significance of 2 bytes of trailing spaces? Do you only want to match records which have these 2 bytes of spaces?
What if your file2 is like:
Code: |
-------------------------------- 1111111111111111111111111110 2222222222222222222222222220 44444444444444xxxxxxxxxxxxx0 |
Do you want to match that '44444444444444' record or Not?
.