t3knoid / DATChecker

Checks concordance DAT files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAT Checker

DAT Checker is a Windows form application that checks concordance DAT files.

Requirements

Visual Studio 2017 is required to build the source. The installer is written using Nullsoft NSIS script.

Download

Builds are dynamically created courtesy of Appveyor. Downloads are available the releases page.

Build status Latest build

Defaults

Currently DAT Checker assumes the following:

  • Fields are delimied with the ASCII character 020
  • Fields are qualified with the ASCII character 254

Checks

DAT Checker verifies that a given concordance DAT file is valid by checking the following:

  • Each row contains the expected number of fields based on the number columns dictated by the file header.
  • Each field is bordered with the qualifier character

About

Checks concordance DAT files


Languages

Language:C# 86.4%Language:NSIS 12.8%Language:Batchfile 0.8%