Hi Folks,
Facing issue while comparing two excel files (SOurce file and destination file)
After comparison, if new entry found in source file, Update this new entry in destination file in respective columns as column index are not same but column name are same.
This is Source File. Highlighted entries should get add in destination file.

Below is Destination file image.
Kindly advise.
Hi @sayali_gujarathi1,
This is because you need to use a trim method. The Trim method removes from the current string all leading and trailing white-space characters .i.e., yourString.Trim
Hope it helps you!
I think this is not I am expecting. Is it something related with my query?
Hi @sayali_gujarathi1 ,
Please share the expression that you are using to compare the two values.
Hi,
If possible please share input & output file.
Thanks
Hi @sayali_gujarathi1 ,
Try to use this demo project.
BlankProcess.zip (15.8 KB)
Hope it helps you!