MarcosMeli / FileHelpers

The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
https://www.filehelpers.net
MIT License
1.13k stars 349 forks source link

Added the ability to have custom logic to read field values #428

Open sirphilliptubell opened 1 year ago

sirphilliptubell commented 1 year ago

We have a workflow where we need to be able to use multiple attributes that would adjust the values before serializing them. A single IConverter would not suffice in our scenario. If the ObjectToValuesDelegate and FieldInfos are exposed this would allow almost any kind of customization like this.