public static string LineFromCSVRow(IEnumerable <string> csvRow) { return(Alg.MergedStrings(Alg.Intersperse <string>(",", csvRow))); }