FileFormatValidator 1.0 Help

File format validator

It is a library to validate the format of Text file

The library can be configured by adding validation rules for:

  • Text lines

  • Columns on the text lines

Once you have added the validation rules, proceed with the format validation by passing a string with the file path to the constructor of the main class

Validation Rules

Rules that will be applied to the different level of contest of a file.

There are 2 levels.

Line Validation Rules

Rules that will be applied to the whole text line in a file

Column Validation Rules

Rules that will be applied to the columns in a text line from a file

Last modified: 20 October 2024