Commands for detecting a CSV data log file

The following table shows the commands for detecting the integrity of a CSV data log file. The commands are case insensitive.
Commands
Descriptions
ra_checkcsvintegrity -i file_path\file1.csv
file1
is the CSV file to be detected.
The detection report will be shown in the
Command Prompt
window.
ra_checkcsvintegrity -i file_path\file1.csv -o file_path\file2.txt
file1
is the CSV file to be detected.
The detection report will be saved to
file2
.
ra_checkcsvintegrity -i file_path\*.csv
All the CSV files located at
file_path\
will be detected.
The detection report will be shown in the
Command Prompt
window.
ra_checkcsvintegrity -i file_path\*.csv -o file_path\file2.txt
All the CSV files located at
file_path\
will be detected.
The detection report will be saved to
file2
.
ra_checkcsvintegrity ?
Show the instruction for the command lines in the
Command Prompt
window.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal