How to import/export data from fixed length or delimited records in files, strings or streams in C#

1 Answer

0 votes

The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.

The idea is pretty simple:

You can strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array.

Check the FileHelpers library.

 

live long and coding...

 



answered Mar 20, 2015 by avibootz
edited Mar 22, 2015 by avibootz

Related questions

1 answer 735 views
1 answer 235 views
1 answer 299 views
1 answer 5,179 views
1 answer 415 views
1 answer 76 views
1 answer 103 views
...