1.4.35. Migration to 7.5.5¶
1.4.35.1. Stylecheck¶
Generic-ImportCSV¶
In previous versions, this rule always treated the first line in the CSV file as header line.
Now, it only treats the first line as header line
if at least one column option is a string. If all column options are
integers or None, no header line is expected - this means that
the first line has no special meaning anymore and is treated as normal
violation record.