Hi,
Currently using std.csv and would like to do the following using mir.csv.
auto data = std.csv.csvReader!Layout(input).array;
Are there any examples out there on using mir.csv?
Regards,
Zz
November 01, 2023 Question regarding mir.csv. | ||||
|---|---|---|---|---|
| ||||
Hi, Currently using std.csv and would like to do the following using mir.csv. auto data = std.csv.csvReader!Layout(input).array; Are there any examples out there on using mir.csv? Regards, | ||||
November 01, 2023 Re: Question regarding mir.csv. | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Zz | On Wednesday, 1 November 2023 at 20:49:16 UTC, Zz wrote: >Hi, Currently using std.csv and would like to do the following using mir.csv. auto data = std.csv.csvReader!Layout(input).array; Are there any examples out there on using mir.csv? Regards, you can find some examples in source code: | |||