FileHelpers Library
Screenshots
Description
The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer)
FileHelpers Library Web SiteFeatures
- Easy to use: The FileHelpers Lib is straight forward to learn and use
- High Performance: From the version 2.0 the library dont use any more reflection to get or set the field values, now we are using dynamic code generation (MSIL) and delegates
- Asynchronous Mode: You can use the library to read line by line and not the whole file
- Master-Detail: You can read and write records with a master/detail pattern.
- Multiple record format support: With the MultirecordEngine you can read files with different record layout, you can also read files with some delimited and some fixed length records
- .NET Generics: the cast less and strong typed version of the engines
User Ratings
User Reviews
-
I just used this on a fixed length file parsing project and it worked great.
-
Nice and Easy to use.
-
Works and fast.
-
I had used this library 3 years ago for creating several different types of flat files (.txt) in a variety of different formats. This library filled all of the complicated requirements. I need it again for a different project, so I'm downloading it again today. 5 stars!
-
good job