carlosferreira.com
Writing CSV files using CSVHelper package (C#, IEnumerable)
This is a follow-up on my post on how to read a CSV file using Josh Close’s CsvHelper. CsvHelper is a fast and flexible .NET library for reading and writing CSV files. Below I will …