Hi,
I am trying to read data from 2 excel (Master/Child) and after the same comparing the records. Once the record is matching I like to put it in a new collection created. Here till the record matching is done within the loop. Now my aim is to create a final collection and once done will write it into the excel after few basic operation. But I am stuck with the process to append records in a new Blank collection (Field Names are already created in the new collection).
Any help regarding the same.