FileHelpers supports a feature called "RunTime Records" which lets you read a Fixed length text file into a DataTable when you don't know the layout until runtime.
Is it possible to use FileHelpers to export a Fixed length file at runtime in the same manner?
Here's a working sample for export using a
DataTable
as source.