jokedst / CsvQuery

Plugin for Notepad++ that treats CSV files as (read only) SQL tables
152 stars 28 forks source link

Add "Manual parse settings" button to main UI #25

Open jokedst opened 4 years ago

jokedst commented 4 years ago

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 by analyzing the file so it might be right. If analysiz fails, set it to "last used value" if any, if not, comma.

jokedst commented 4 years ago

Based on #24