intellij-csv-validator icon indicating copy to clipboard operation
intellij-csv-validator copied to clipboard

Can't find option to treat first row as header or not

Open Sax388 opened this issue 2 years ago • 1 comments

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 csv with data and no header
  • Data is used as header and therefore hard to read

Sax388 avatar Jul 05 '23 07:07 Sax388

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.

SeeSharpSoft avatar Jul 07 '23 19:07 SeeSharpSoft