CSV Query Changelog

What's new in CSV Query 1.2.9

Apr 28, 2022
  • Fix for new Scintilla in Npp 8.3 for 64 bit so CsvQuery works again.
  • Also, it now remembers queries between re-reading the files.

New in CSV Query 1.2.8 (Aug 31, 2021)

  • Now shows actual SQL error messages in the error popup.
  • Dark mode icon added (for Npp v8.0+)

New in CSV Query 1.2.7 (Jan 2, 2020)

  • 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 ÅÄÖ)

New in CSV Query 1.2.6 (Feb 15, 2019)

  • This release does two parallell analysis of the file, one with strings in quotes (") and one without, and selects the best separator. Should solve some situations where it selects the wrong separator due to e.g. commas inside strings.
  • Still sucks at quoted quotes though :P
  • This release should also be able to handle larger files before getting an "OutOfMemoryException", but probably not by much (and it will take a long time to get there). It's half done.

New in CSV Query 1.2.6 Pre-release (Jun 7, 2018)

  • This release does two parallell analysis of the file, one with strings in quotes (") and one without, and selects the best separator. Should solve some situations where it selects the wrong separator due to e.g. commas inside strings.
  • Still sucks at quoted quotes though :P
  • This release should also be able to handle larger files before getting an "OutOfMemoryException", but probably not by much (and it will take a long time to get there). It's half done.

New in CSV Query 1.2.5 (Jun 7, 2018)

  • CSV headers are cleaned from "unsafe" characters when creating DB column names.
  • This version adds a new setting (default: on) that uses the original header names when generating a new CSV