hi everyone i am working on this issue
import std.array;
import std.csv;
void main()
{
"foo\n1\n".csvReader.array[0].array;
}
error
std.csv.CSVException@.../include/dmd/std/csv.d(1401): Row 2's length 0 does not match previous length of 1.
??:? pure @safe void std.csv.CsvRecord!(immutable(char)[], 1, immutable(char)[], dchar).CsvRecord.popFront() [0x45600e]
??:? pure @safe immutable(char)[][] std.array.array!(std.csv.CsvRecord!(immutable(char)[], 1, immutable(char)[], dchar).CsvRecord).array(std.csv.CsvRecord!(immutable(char)[], 1, immutable(char)[], dchar).CsvRecord) [0x468666]
??:? _Dmain [0x45487a]
could abyone suggest proper fix for this issue
it would be great help as i am stuck on this issue from long time