diff data/fileio/test/csv/model-type-3d-samples-header.csv @ 1870:1b8c4ee06f6d csv-import-headers

Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test this
author Chris Cannam
date Wed, 17 Jun 2020 18:01:00 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/fileio/test/csv/model-type-3d-samples-header.csv	Wed Jun 17 18:01:00 2020 +0100
@@ -0,0 +1,7 @@
+FRAME,BIN 1,BIN 2,BIN 3,BIN 4,BIN 5,BIN 6
+22050,143,2,-1.3,0,0,1
+44100,0.2,0.1,-3,0,0.1,0.143
+66150,0.143,0.2,-3.1,0,0,0.1
+88200,2,1,-0.3,0,1,143
+110250,0,0,0.1,0.143,0.2,-3.1
+132300,0,1,143,2,1,-0.3
\ No newline at end of file