-*- mode: org -*-
Copyright (C) 2015-2021 Artyom V. Poptsov <[email protected]>
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
Add a flag for ‘dsv->scm’ and ‘dsv-string->scm’ that tells the procedures to skip empty rows.
Currently ‘dsv->scm’ and ‘dsv-string->scm’ procedures ignore specified ‘comment-symbol’ if the ‘format’ is set to ‘rfc4180.
To my understanding, the RFC says nothing about comments inside a CSV data, but probaby it will be useful if we could somehow skip commented lines.