pp function

This commit is contained in:
2021-08-16 15:26:45 +02:00
parent 273ab66da9
commit f25b6cd4c8
3 changed files with 46 additions and 4 deletions

View File

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