Mercurial > hg > svcore
diff data/fileio/CSVFormat.h @ 1362:1bf38a4b91c4 3.0-integration
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
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2017 14:18:34 +0000 |
parents | 26cf6d5251ec |
children | 48e9f538e6e9 |
line wrap: on
line diff
--- a/data/fileio/CSVFormat.h Tue Jan 10 11:08:14 2017 +0000 +++ b/data/fileio/CSVFormat.h Tue Jan 10 14:18:34 2017 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _CSV_FORMAT_H_ -#define _CSV_FORMAT_H_ +#ifndef SV_CSV_FORMAT_H +#define SV_CSV_FORMAT_H #include <QString> #include <QStringList>