Stories recently tagged with 'FileHelpers'

FileHelpers 2.0 Released(filehelpers.com)

submitted by marcosmarcos(2779) 5 years, 1 month ago

A big step in the library roadmap. A lot of performance enhaces (more than 65% in .NET 2.0) and new features, with a pulished API. The FileHelpers are and open source library with this simple idea: "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" read more...

2 comments |category: |Views: 19

tags: another

FileHelpers Development Blog(blog.filehelpers.com)

submitted by marcosmarcos(2779) 5 years, 4 months ago

A place to discuss the changes for the 2.0 version of this open source library for flat file processing (CSV or Delimited) written in C#, get involved =) read more...

add a comment |category: |Views: 2

tags: another

FileHelpers 1.6.0 Released(filehelpers.sourceforge.net)

submitted by marcosmarcos(2779) 5 years, 9 months ago

A lot of new features and the most important: The RunTime Records are ready !!! The FileHelpers are an easy to use library to import/export data from fixed length or delimited records in files, strings or streams. read more...

1 comment |category: |Views: 6

tags: another

FileHelpers 1.5.0 Released - Flat File Handling(filehelpers.sourceforge.net)

submitted by patriciaazpatriciaaz(95) 5 years, 11 months ago

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) read more...

1 comment |category: |Views: 23

tags: another

FileHelpers - Strong type your flat files with two lines of code(filehelpers.sourceforge.net)

submitted by marcosmarcos(2779) 5 years, 11 months ago

The FileHelpers are an automatic file Import/Export framework for .NET that allows you to import data into your code as a typed data structure and then export it back. Basically it can be used to read/write data from files with fixed length or delimited records. Also it has support for importing/exporting data from different data storages (Excel, Acces, SQL Server). Is perfect for parsing CSV files. read more...

2 comments |category: |Views: 30

tags: another