Please enable JavaScript to view this site.

Beyond Compare

Navigation: Settings Reference > Session Settings > Table Compare

Table Compare Alignment Settings

Scroll Prev Top Next More Links

The Alignment settings control the algorithm for aligning rows in the comparison.

1.While in a Table Compare session, choose Session | Session Settings to open the Session Settings dialog.

2.Click the Alignment page.

3.Choose an alignment algorithm:

oSelect Sorted alignment to reorder the rows based on their keys before aligning them.

oSelect Unaligned to compare files without aligning rows based on their content.

oSelect Standard alignment to align the files by comparing successively smaller sections of each file.  Parts of the alignment can be shown before the entire comparison is finished.

oSelect Myers O(ND) alignment to align the files using a common LCS (Longest Common Subsequence) algorithm.  This can give better matches in certain cases, such as large inserts or when the files contain a lot of repeating text.  Since files are compared all at once, larger file scans take much longer than the standard method, and the files are not displayed until the comparison is complete.  It does not support similarity comparisons, so mismatches will be grouped in blocks.

oSelect Patience Diff alignment to align the files using Bram Cohen's algorithm.

4.Select the Use closeness matching checkbox to attempt to align the remaining mismatched rows based on their similarity.