Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 851 Bytes

TODO

File metadata and controls

23 lines (18 loc) · 851 Bytes

Guile-DSV TODO’s, ideas and known bugs

-*- 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.

General

Implement empty rows skipping

Add a flag for ‘dsv->scm’ and ‘dsv-string->scm’ that tells the procedures to skip empty rows.

Unix

RFC 4180

Probably commented lines should be handled somehow?

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.