intellij-csv-validator
intellij-csv-validator copied to clipboard
Can't find option to treat first row as header or not
It seems related to https://github.com/SeeSharpSoft/intellij-csv-validator/issues/73, but I can't find a setting. For me the plugin always uses the first row as header but it contains data in my case.
Reproduce
- Open
csvwith data and no header - Data is used as header and therefore hard to read
This option was removed with version 3.* in the attempt to make the table editor easier to use. Now the first row is always represented in the header, additionally the data is available in the first row itself (which wasn't the case before). Can you elaborate on the "hard to read" part? The data can't be more readable than this I suppose.