Mercurial > hg > svcore
log data/fileio/CSVFormat.cpp @ 1196:c7b9c902642f spectrogram-minor-refactor
age | author | description |
---|---|---|
2014-12-01 | Chris Cannam | If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default |
2014-10-03 | Chris Cannam | Handle variable columns by importing all of them (not just the minimum number) |
2014-04-07 | Chris Cannam | Make it possible to import CSV files directly into Note layers |
2013-11-26 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |
2013-11-04 | Chris Cannam | Fix error in break condition for csv file analysis -- was making csv file type guessing very slow for large files |
2011-04-04 | Chris Cannam | * Avoid including non-value columns in 3d-model column count (fixes #38) sv_v1.8 |