Custom Converter Example
If you like to parse a file with a field that has different parsing rules you can define a CustomConverter, for example if you have this source file:
The solution is to define a class for the Name part:
Later define your record class:
The big step is to define the converter you must inherit from the ConverterBase
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