slightly better print, column alias supported

This commit is contained in:
2021-08-14 20:01:15 +02:00
parent 5201f32023
commit fb5098cf1d
9 changed files with 61 additions and 29 deletions

View File

@@ -69,7 +69,9 @@ int CsvReader::parseCSV(const std::string &filename, std::vector<ColDefNode> &co
field.clear();
line.clear();
// DEBUG if (row_cnt > 1000) break;
// DEBUG
// if (row_cnt > 1000) break;
//
}
newfile.close();