arsd.csv

My old csv code. Extremely basic functionality.

Members

Functions

readCsv
string[][] readCsv(string data)

Returns the array of csv rows from the given in-memory data (the argument is NOT a filename).

toCsv
string toCsv(string[][] rows)

Formats the given rows into csv format. Use like std.file.write(toCsv(...));

Suggestion Box / Bug Report