Enum Converter Example
Some times you have a string field in your files that can be better handled if you map it like an enum.
In this version and thanks to Derek Fluker you can automatic use an enum with out define
any converter, the FileHelpers automaticly parse the field and compare (case insensitive)
to the enum values and assign the correct one.
The customer file is an excelent sample:
The enum is:
Later define your record class:
Done !! you can actually parse the file with.
See also
Must Read - Quick Start Guide - Attributes
List - F.A.Q. - Examples of
Use - Contacts & Credits - Donations