Text files are a common means to store data that many application still use, like for instance log files or tabular data files.
This class is meant to convert tabular text data or files into arrays.
After converting the data into an array, it is easier to manipulate or convert to other formats, such as inserting into databases or generating reports.