log data/fileio/CSVFormat.h @ 1434:0684c6698e3f streaming-csv-writer

age author description
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
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
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-11-14 Chris Cannam Provide reader from QIODevice
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
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-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,