Hi,
I am facing problem while comparing two files.
Myinput file:(filea)
UPN someotherfields
123457
345678
345678
345678
987654
fileb
UPN amount
123457 5678.00
234567 0001.00
345678 3421.00
987654 4573.00
the expected output will be:
UPN
123457 5678.00
345678 3421.00
345678 3421.00
345678 3421.00
987654 4573.00
i have used if matched statement. But the duplicate records in my input file is not written in my output file.
Is there any way to include all the duplicate records in my input file and write it in my output file?
Please anyone help me to resolve this ASAP?