|
Project Information
Featured
|
Welcome to TextFlow projectPorpouseThis project aims to help programmer to use text file with fixed length rows. There are many situations where is necessary to read text files containing data that should be structured with xml format, but for some reasons fixed length row files has been used. In this cases the programmer writes kilometers of code to read and interpreter the strings contained in the text file. This library allows to describe the format of the text file using an xml descriptor and to read the single lines mapping each field to an object, as described in the xml descriptor.
|