slightly better print, column alias supported
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user