Hi, trying to create a reader with following setup: var sep = Sep.New(',').Reader(o => o with { DisableColCountCheck = true }).FromFile(filename); best wiman