My old csv code. Extremely basic functionality.
Returns the array of csv rows from the given in-memory data (the argument is NOT a filename).
Formats the given rows into csv format. Use like std.file.write(toCsv(...));
See Source File
My old csv code. Extremely basic functionality.