How to fix issue#10636 ?

Aditya 2022bel013 at sggs.ac.in
Sun Mar 16 23:54:58 UTC 2025


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 at .../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


More information about the Digitalmars-d mailing list