Skip to content

v1.2.7 Streaming readers

Compare
Choose a tag to compare
@jokedst jokedst released this 02 Jan 15:19
· 17 commits to master since this release

Now all CSV parsing uses streams to read the text in notepad, using less memory. This should allow much larger CSV files to be parsed.

This also fixes a bug in parsing files in ANSI-encoding for non-standard-ASCII characters (like ÅÄÖ)