You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with most dot net versions.</summary>
13
-
<description>Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with most dot net versions.</description>
12
+
<summary>Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with DotNetFramework (2.0 onwards) and DotNetCore.</summary>
13
+
<description>Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with DotNetFramework (2.0 onwards) and DotNetCore.</description>
14
14
<icon>docs/icons8-spreadsheet-96.png</icon>
15
15
<releaseNotes>
16
-
March 7, 2023
16
+
July 18, 2023
17
17
18
-
* Fix issue when reading a stream with a text qualified field that ends with a newline
18
+
* Fix issue with inconsistent handling of embedded newlines in the streaming version of the reader
This library is a series of unit tested, thoroughly commented CSV parsing functions which I have developed off and on since 2006. Extremely small and easy to implement; includes unit tests for the majority of odd CSV edge cases. Library supports different delimiters, qualifiers, and embedded newlines. Can read and write from data tables.
0 commit comments