![]() |
![]() |
![]() |
![]() |
Classifying Content > Database fingerprinting > Preparing for database fingerprinting > Creating a validation script
|
![]() |
bat is the extension for a batch file.
|
![]() |
exe is the extension for an executable.
|
![]() |
py is the extension for a python script.
|
4.
|
If you want your script to receive a configuration file, place it in the same location as the script, and name it with the same name as the script file followed by .xml or .ini. If this file is found, it is supplied as a third parameter to your script.
|
5.
|
Create and run the fingerprinting classifier as described in Creating a database fingerprint classifier. Name the classifier with the name given in step 2.
|
![]() |
default_validation.bat - Sample validation script
|
![]() |
validation_logic.py - Used by the sample validation script.
|
![]() |
default_validation.ini - Sample configuration file
|
![]() |
default_validation.ini.sample - An additional configuration sample file
|
![]() |
dictionary.txt - Sample dictionary file
|
![]() |
in.csv - Sample input file
|
![]() |
out.csv - Sample output file
|
![]() |
The default_validation.ini sample file contains this type of validation for email addresses and social security numbers. These can be used as a reference.
|
![]() |
![]() |
![]() |
![]() |
Classifying Content > Database fingerprinting > Preparing for database fingerprinting > Creating a validation script
|