Search code examples
c#.netormmappingflat-file

Are there any good flat file to object mapping library for C# / .Net?


i've been searching around and was wondering are there any good libraries especially in c# or .net which are made specifically for mapping flat file?

so far the only one i found is canyon.

thanks


Solution

  • The following link specifies the Altova MapForce tool for procesing flat files http://www.altova.com/mapforce/flat-file-mapping.html

    The following link specifies flat file verification using c# : http://blog.flat-file.net/2011/12/flat-file-checker-validation-using-cnet.html

    Hope this helps. Thanks.