Community

A utility to parse fixed length flat files in C# using XML templates

(Zach Smith) Fixed length flat files hold data without delimiters between the fields of data. Usually the layout of a fixed length flat file is shown in a series of columns with each column having a starting point and a length to indicate the position of the column. This allows developers to parse t

Read More - Register for Free Membership