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
Rules that will be applied to the different level of contest of a file.
There are 2 levels.
Rules that will be applied to the whole text line in a file
Rules that will be applied to the columns in a text line from a file
Documentation