Fix header usage functionality

This commit is contained in:
ado
2024-02-25 03:54:33 +01:00
parent 05f87bc78b
commit 110ee840cc
2 changed files with 7 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ public:
reader_.next_line_converter_.set_column_mapping(column_mappings,
header_.size());
if (line() == 1) {
if (line() == 0) {
ignore_next();
}
}