Please enable JavaScript to view this site.

Beyond Compare

Navigation: Settings Reference > File Formats > Table Format

Table Format Conversion Settings

Scroll Prev Top Next More Links

The Conversion page defines how files should be loaded and saved.

Table Compare sessions can compare plain text files, such as comma separated value files, directly.  To compare files with structured or proprietary formats, it may be necessary to first extract the plain text content from the file.  For example, Microsoft Excel spreadsheets are binary files, but Beyond Compare can extract and compare their textual content.  Beyond Compare can highlight differences in words and sentences but cannot identify differences in formatting or embedded images.

1.Choose Tools | File Formats (Beyond Compare | File Formats on macOS) to open the File Formats dialog.

2.Select a table format.

3.Click the Conversion page.

4.Choose a Conversion method.  When using External program methods, you will need to specify a conversion program with the appropriate path and command-line switches in the Loading edit.  In order to support filenames with extended characters, make sure to choose the appropriate filename encoding (Unicode or ANSI).  The following variables will be replaced with the indicated information:

 %s        source file

 %t        target file

 %o        original file

Conversion programs are only considered successful if they return a zero exit code and generate a nonempty file.

If you have a conversion program you want to use before saving, you can clear the Prevent editing checkbox and use the Saving control to specify that conversion program's path and command-line switches.  The above variables apply.

5.The Encoding of most text files can be detected automatically, but you can specify a specific code page to use.

6.Select the Ctrl+Z indicates end of file checkbox if your file type uses the hex value 1A as an EOF marker.