annotate data/fileio/test/csv/separator-comma.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 bde22957545e
children
rev   line source
Chris@1524 1 This thing,That thing,The other thing
Chris@1524 2 1,12.4,16.3
Chris@1524 3 2,14.2
Chris@1854 4 3,"This, that", "and the other"
Chris@1524 5 3,16.1,"This, that\", and the other"
Chris@1854 6 3,16.1,"This, that"", and the other"