log data/fileio/CSVFormat.cpp @ 1747:498b426191e5 by-id

age author description
2019-01-09 Chris Cannam Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format
2018-09-14 Chris Cannam Various CSV format tests
2018-09-14 Chris Cannam Some CSV format tests and minor fixes
2018-09-12 Chris Cannam Win32 fix
2018-09-12 Chris Cannam Ignore non-value columns when guessing sample range import-audio-data
2018-09-07 Chris Cannam Add sample-range support to CSVFormat import-audio-data
2018-09-06 Chris Cannam Add small, signed import-audio-data
2018-09-05 Chris Cannam Debug etc import-audio-data
2018-03-01 Chris Cannam Untabify
2017-01-10 Chris Cannam When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others 3.0-integration
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
2011-02-07 Chris Cannam * Fix crash when importing CSV file with varying number of columns per row
2010-07-19 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
2010-07-16 Chris Cannam * Start revamping the CSV import dialog so as to show a "purpose" for each column.
2010-07-15 Chris Cannam * Start overhauling CSV parser to associate purposes with columns en route to its guesses; add some string manipulation code
2010-07-08 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
2008-04-29 Chris Cannam * Fix deadlock in Serialiser
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,