xtens-digital
xtens-digital
Took package 1.0.1.25-beta1 - still seeing issue? ``` using (var r = ChoCSVReader.LoadText(Info, new ChoCSVRecordConfiguration { MaxLineSize = _options.ChoReaderMaxLineSize }) .WithDelimiter(columnDelimeter) .WithFirstLineHeader() .MayHaveQuotedFields() .AutoIncrementDuplicateColumnNames(0, true) .IgnoreCase(true) .WithEOLDelimiter(endOfLineDelimeter) ) { using...
I did not see this version published! 1.0.1.25-beta1 was the latest. Additionally in this version all parquet file cell values became null.