File format validators

File format validators are the modules used to validate that the files identified (with the characterizers) comply with the official specifications of the file format. It is necessary to indicate the file format of the file to the validator in order to validate it; that is why it is a process that depends on characterization.

After processing the file, validators can bring back one of the following responses:

  • Valid file: the validator has checked that the file structure is correct, according to the specifications defined for the file format.

  • Invalid file: the validator has checked that the file is non-compliant with some of the specifications defined for the file format.

  • Non-validated file: the validator finds difficulties and cannot carry out the file validation process. That does not mean that the file is not valid, it is just that it has not been possible to process it correctly.

When configuring validators in the preservation plan, we must select a minimum level of accepted validation, which will cause that, based on the results of the file validation, the job will continue or end with error.

Note: LIBSAFE has configured by default a group of validators for the default characterizer (DROID).

The File format validators main screen lists all the validators available in the system. The system shows name, description, version, UID identifier, a weblink where we can find detailed information and access to the validator detail.

Last updated