Links to articles about the FileHelpers
Articles that I write
Interesting Articles
Community Links
Printed Articles
Community thoughts
-
FileHelpers 1.4
Update to this nice framework for moving delimited and fixed-length data in and out of .NET projects. Now it handles Excel CSV data perfectly, which is just what I needed for a big project we were working on.
(link)
Mike Gunderloy
-
The FileHelpers library ROCKS!
Wow, do I wish I had known about this earlier. This thing is great! With a few easy attributes, you can use a business object as a layout for fixed-length files...
If you deal with fixed-length or delimited files on a regular basis, this library might be a great option for you.
(link)
David Mohundro
-
Exporting and Importing ASCII files to Databases - A great library
Fixed Length and/or Delimited Text File imports are part of many small, medium and large apps. An amazing library will make that code easier to write and maintain.
http://www.filehelpers.com has a great library that addresses those needs. The documentation is great, the examples excellent, and its well thought out. Hope you like it as much as I do.
(link)
Charles Carroll
-
Parsing Files
If you are using .NET and you are involved in parsing or converting file types or even just generating files from data structures then take a look at the library (LGPL license so usable for commercial apps) at http://www.filehelpers.com/ but stop off at http://secretgeek.net/csv_trouble.asp on the way to underline just why you might want to use this library.
(link)
Mike Griffiths
-
Processing CSV Data
If you are a .Net developer, there is very little reason why you should ever write your own CSV parser. SecretGeek has a pretty good blog post on why it is a bad idea. He mentions a library I have known about for a while called FileHelpers.
(link)
Eden Ridgway
-
FileHelpers 1.5 Released
The very cool (wait, I called it "very cool" last time... this time I should call it uber cool? Nifty? Rad? The best thing since self adhesive postage stamps? Heck you get the point... :) FileHelpers project has released 1.5...
(link)
Greg Duncan
-
Very cool, very nicely documented, looks very polished.
(link)
Mischa Kroon
-
Almost every project I have worked on, reading/writing data from/to files in a fixed-length or separated format. Recently, I’ve used SSIS to import large datasets from fixed-length files into a database. However, sometimes you also need to access these files from inside your code (in my case: for testing purposes) and although writing the code to this is not particularly difficult, it is not the most fun way to spend your time. A few minutes quality-time with google and voila: FileHelpers for .NET!
(link)
Steven Dehandtschutter
-
My first reaction was: “Whoa! This would be awesome for unit testing database or databound code!”
More than once I've found myself writing custom I/O code to get some test data into a unit test suite, and it's always a pain. FileHelpers would allow me to seamlessly import a sample of test data as say, an array and use that to write tests against. It won't totally absolve me of the need to write setup/teardown code, but it will go a long way to cutting back some of the tedium!
(link)
Chris Chapman
-
If you need to import/export data from text files in .Net Framework this cool library is the solution.
(link)
Rodolfo Finochietti
-
I haven't found a good, simple, robust way of reading data from delimited files in .NET. I've just the simple technique of reading the line and splittingon the delimiter character and reading it in through an ODBC connection depending on the complexity of the data. But both approaches have their disadvantages. Here's something I need to look into more the next time I need to read from a CSV or tab (or whatever) delimited file.
(link)
Mikel Berger
-
After thinking about it more I've realized that it's not the actual breaking up the data that's hard (although CSV does have alot of edge cases) it's the tedium of specifiying the format and then translating the strings you get into more appropriate data types/structures afterwards.
So a GUI file layout editor would help with the first part and a nice string to other data type parsing would cover the second. It sounds like FileHelper covers most of those bases, at the very least the layout is pretty easy to specify using annotations.
I'm suprised though that there aren't many "pay for" products for this market out there, FileHelper looks to be a piece of software that could generate some revenue if marketed a bit.
(link)
XML? All my clients want flat files! (Joel on Software Discussion Group)
Applications, projects or enterprises using the FileHelpers lib
If you found or write another article send to me the link and I´ll add it to the list: marcos@filehelpers.com
See also
Must Read - Quick Start Guide - Attributes
List - F.A.Q. - Examples of
Use - Contacts & Credits - Donations
Powered by:
|