Convert an array of objects to CSV is one of the classic activities. Here's a workable method for converting a `System.Data.DataTable` to CSV. public static string ToCsv(this DataTable table, string ...