One liner CSV reader

I can't count how many times I had to read quickly (for small oneshot script purpose) a CSV file which was coming from powershell, database, Excel or anything else. I can't count how many times I've wrote the following ugly & clunky lines public class data { public Guid column1; public »