With version 16.0.0 #1900
ShrinivasChiliveri
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below code works with version 16.0.0, it breaks in newer version.
string lineText = "11,test,99";
using (TextReader sr = new StringReader(lineText))
{
CsvParser parser = new CsvParser(sr, configuration);
return parser.Read();
}
Beta Was this translation helpful? Give feedback.
All reactions