jokedst / CsvQuery

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

Better detect header row if many rows are equal #5

Closed jokedst closed 6 years ago

jokedst commented 7 years ago

If a file with >50 rows has one or more columns where the value is the same all the time except for the first row, or if all distinct values exist on many (>20?) rows except the value on the first row, we can assume the first row is a header.