CsvQuery
CsvQuery copied to clipboard
Plugin for Notepad++ that treats CSV files as (read only) SQL tables
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
1) the CsvQuery is not showing in the plugin manager 2) When i try to install the CsvQuery v1.2.8-64 thru settings > Import > import plugins, it says it has...
Multiline value has no delimiters. Please find attached screenshot. First column of first line (except header line) contains multiline value in double quotes: ``` a;b;c "You should see this multiline...
The text box for the sql query has autocomplete, which is nice, but I would prefer not to type the same thing over again so I can select it from...
Hi, CSV Query is an excellent tool. I now use it almost daily. I just have a few questions about possible enhancements: - The current text box for executing the...
Add a button next to "Read File" where you go to the "Manual parse settings" immediately. Preferably just a gear icon or something. Also set the separator in that dialog...
Would it be possible that in the file tab on notepad++ to display an icon when the file has been read into a database (and possibly show the table name)....
Suppose I have two opened CSV files, on tabs `New 1` and `New 2`. It would be great when a query like this could work: ``` SELECT * FROM "New...
Request for an option to show the original line number in the CSV file (instead of the sequence row numbers).
v1.2.9 Simple data set Not sorting 