Validating a List Mode File
- Updated2026-07-08
- 1 minute(s) read
Validation checks the entire list mode file and reports every error, each tagged with the line number where it occurs.
Validation runs automatically as soon as a file is loaded. You can run it again at any time by clicking Validate. Validation always reads the file from disk. This means you can edit a file in your external editor and click Validate again to recheck it; no special reload step is needed.
The following is a typical fix-and-recheck workflow:Copy—Copy all errors to the clipboard.
Save—Export the errors to a TXT file. The default filename is
<source_filename>_errors.txt, saved in the
same folder as the source file. You can change the file name and
location.
View All Errors—If there are many errors, expand a scrollable panel to see each
one.
You can choose to either fix errors first or proceed with a conversion despite
errors.
- Load a file. Validation runs automatically.
- Click Open Source File to edit the file in your default CSV editor.
- Save your edits in the editor.
- Return to the utility and click Validate to recheck the file from disk.
- Repeat steps 3-4 until the file is valid.