1

Hi All I am comparing two text files , using beyond compare V4 and it is showing differences as below snapshot.

enter image description here

Right file does not have CollectionCash and left file does not have CollectionsCO values. It should show blank/missing lines for values which are not present in either of files. I want to compare based on the first word fully matched in lines. I tried different rules but no luck. Please suggest how can i achieve this.

Thanks

usersam
  • 1,125
  • 4
  • 27
  • 54

1 Answers1

2

Beyond Compare's default Text Compare settings align based on partial matches. To only align exact matches:

  1. Click the Rules toolbar button (referee icon).
  2. Go to the Alignment tab.
  3. Check Never align differences and click OK.
Chris Kennedy
  • 2,639
  • 12
  • 11