Note: VB.NET developers browse the Tips for
VB.NET first.
Quick Start for Record by Record Operations (easy   steps)
Or check the Fixed Length File Example or Delimited File Example
|
To start using the FileHelpers Library you only need to add a reference in your project to the file: FileHelpers.dll. you can find it in the Release directory of the distribution. Tip: remember to left the FileHelpers.xml file to get Intellisense support.

|
 |
Next you need to define a class that maps to the record in the source/detination file.
For this example we use a file with this format delimited by a ',':
|
| |
So you must write this class:
C#
VB.NET
|
 |
Later you need to create a FileHelperAsync and use it:
C#
VB.NET
|
See also
Must Read - Quick Start Guide - Attributes
List - F.A.Q. - Examples of
Use - Contacts & Credits - Donations
Powered by:
|