Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 742 Bytes

File metadata and controls

25 lines (16 loc) · 742 Bytes

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


Documentation

File format Validator Docs.