Contact technical support team to download the DataCheck software.
DataCheck is a command line tool that works on both Linux and Windows OSs. It does not require installation and can be used right after downloading the software package. You can decompress it to start using it.
Windows:
You can decompress DataCheck-* to any folder you need.
Table 1 describes the obtained folders and files.
Linux
unzip DataCheck-*.zip
cd DataCheck-*
ls conf lib bin check_input.xlsx
File or Folder |
Description |
|
|---|---|---|
DataCheck |
bin |
Stores the script for starting the tool. Windows version: datacheck.bat Linux version: datacheck.sh |
conf |
Configuration file, which is used to configure the connection between the source database and the destination database and set log printing. |
|
lib |
Stores JAR packages required for running the check tool. |
|
check_input.xlsx |
1. Information about the table to be checked, including the schema name, table name, and column name. 2. Check level information and check rules of users. Three verification levels are supported: high, middle, and low. The default value is low. |
|
logs |
The compressed package does not contain this file. After the check tool is executed, this file is automatically generated to record the tool running process. |
|
check_input_result.xlsx |
The compressed package does not include this file. Once the check tool is run, a check result file will be created in the same location as check_input.xlsx. |
|