diff data/fileio/CSVFileReader.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 815f82508f96
children 53fa8d57b728
line wrap: on
line diff
--- a/data/fileio/CSVFileReader.h	Tue Jan 10 11:08:14 2017 +0000
+++ b/data/fileio/CSVFileReader.h	Tue Jan 10 14:18:34 2017 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _CSV_FILE_READER_H_
-#define _CSV_FILE_READER_H_
+#ifndef SV_CSV_FILE_READER_H
+#define SV_CSV_FILE_READER_H
 
 #include "DataFileReader.h"