Saturday, August 16, 2008

Easy log parsing with FileHelper

FileHelper is .NET library that provides a very easy and fast parsing methods for delimited or fixed length logs. You can import/export data in file, strings or steams. According to site:

The idea is very 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

No comments: