I\'m trying to use the ConvertUsing method of the CsvHelper library (v 2.4.0).
ConvertUsing
I\'ve read the documentation about ConvertUsing but can\'t get it to work
Currently ConvertUsing is only used when reading.
You can use a custom type converter if you want to customize the output. You also have some limited abilities through the type converter options.